Home
last modified time | relevance | path

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

/openbmc/qemu/include/ui/
H A Dqemu-pixman.h91 pixman_image_t *qemu_pixman_glyph_from_vgafont(int height, const uint8_t *font,
/openbmc/qemu/ui/
H A Dqemu-pixman.c229 pixman_image_t *qemu_pixman_glyph_from_vgafont(int height, const uint8_t *font, in qemu_pixman_glyph_from_vgafont() function
H A Dconsole-vc.c169 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()