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

/fuchsia/zircon/system/core/virtcon/
H A Dvc-gfx.cpp16 const gfx_font* vc_font; variable
39 vc_font = font;
130 vc_font = font;
H A Dvc-device.cpp56 extern const gfx_font* vc_font;
354 x *= vc_font->width;
356 gfx_putchar(vc_tb_gfx, vc_font, c, x, 0, fg, bg);
357 x += vc_font->width;

Completed in 20 milliseconds