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

/fuchsia/zircon/system/core/virtcon/
H A Dvc-gfx.cpp35 static gfx_surface* vc_test_gfx; variable
41 vc_test_gfx = test;
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, 0, 0, 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, y, desty, h);
88 gfx_blend(vc_test_gfx, vc_gfx, x, y, w, h, x, desty);

Completed in 74 milliseconds