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

/fuchsia/zircon/system/core/virtcon/
H A Dvc-gfx.cpp14 gfx_surface* vc_tb_gfx; variable
44 vc_tb_gfx = gfx_create_surface(NULL, test->width, font->height,
46 if (!vc_tb_gfx) {
54 gfx_surface_destroy(vc_tb_gfx);
55 vc_tb_gfx = NULL;
65 gfx_copylines(vc_test_gfx, vc_tb_gfx, 0, 0, vc_tb_gfx->height);
66 gfx_copylines(vc_test_gfx, vc_gfx, 0, vc_tb_gfx->height, vc_gfx->height - vc_tb_gfx->height);
70 gfx_copylines(vc_test_gfx, vc_tb_gfx,
[all...]
H A Dvc-device.cpp55 extern gfx_surface* vc_tb_gfx;
336 gfx_fillrect(vc_tb_gfx, 0, 0,
337 vc_tb_gfx->width, vc_tb_gfx->height,
356 gfx_putchar(vc_tb_gfx, vc_font, c, x, 0, fg, bg);

Completed in 73 milliseconds