Home
last modified time | relevance | path

Searched refs:vgafont16 (Results 1 – 3 of 3) sorted by relevance

/qemu/ui/
H A Dvgafont.h1 static const uint8_t vgafont16[256 * 16] = { variable
H A Dconsole-vc.c172 glyphs[ch] = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, ch); in vga_putcharxy()
H A Dconsole.c532 glyph = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, msg[i]); in qemu_create_placeholder_surface()