Searched refs:vc_gfx (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/core/virtcon/
H A Dvc-gfx.cpp13 gfx_surface* vc_gfx; variable
28 gfx_putchar(vc_gfx, vc->font, vc_char_get_char(ch),
51 vc_gfx = gfx_create_surface(NULL, test->width, test->height,
53 if (!vc_gfx) {
59 g_status_width = vc_gfx->width / font->width;
66 gfx_copylines(vc_test_gfx, vc_gfx, 0, vc_tb_gfx->height, vc_gfx->height - vc_tb_gfx->height);
76 gfx_copylines(vc_test_gfx, vc_gfx, y * vc->charh, desty, h * vc->charh);
78 gfx_blend(vc_test_gfx, vc_gfx, x * vc->charw, y * vc->charh,
86 gfx_copylines(vc_test_gfx, vc_gfx,
[all...]
H A Dvc-device.cpp54 extern gfx_surface* vc_gfx;
96 if (!g_vc_owns_display || !vc->active || !vc_gfx) {
262 if (g_vc_owns_display && vc->active && vc_gfx) {
263 gfx_copyrect(vc_gfx, 0, y_src * vc->charh,
264 vc_gfx->width, line_count * vc->charh,
283 if (g_vc_owns_display && vc_gfx) {
299 if (g_vc_owns_display && vc->active && vc_gfx) {
300 gfx_fillrect(vc_gfx, 0, 0, vc_gfx->width, vc_gfx
[all...]

Completed in 75 milliseconds