Home
last modified time | relevance | path

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

/qemu/ui/
H A Dconsole-vc.c155 static pixman_image_t *glyphs[256]; in vga_putcharxy() local
168 if (!glyphs[ch]) { in vga_putcharxy()
169 glyphs[ch] = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, ch); in vga_putcharxy()
171 qemu_pixman_glyph_render(glyphs[ch], surface->image, in vga_putcharxy()