Home
last modified time | relevance | path

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

/qemu/ui/
A Dqemu-pixman.c232 pixman_image_t *glyph; in qemu_pixman_glyph_from_vgafont() local
237 glyph = pixman_image_create_bits(PIXMAN_a8, 8, height, in qemu_pixman_glyph_from_vgafont()
239 data = (uint8_t *)pixman_image_get_data(glyph); in qemu_pixman_glyph_from_vgafont()
248 return glyph; in qemu_pixman_glyph_from_vgafont()
251 void qemu_pixman_glyph_render(pixman_image_t *glyph, in qemu_pixman_glyph_render() argument
264 pixman_image_composite(PIXMAN_OP_OVER, ifg, glyph, surface, in qemu_pixman_glyph_render()
A Dconsole.c525 pixman_image_t *glyph; in qemu_create_placeholder_surface() local
532 glyph = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, msg[i]); in qemu_create_placeholder_surface()
533 qemu_pixman_glyph_render(glyph, surface->image, &fg, &bg, in qemu_create_placeholder_surface()
535 qemu_pixman_image_unref(glyph); in qemu_create_placeholder_surface()
/qemu/include/ui/
A Dqemu-pixman.h93 void qemu_pixman_glyph_render(pixman_image_t *glyph,
/qemu/
A Dmeson_options.txt170 description: 'Font glyph conversion support')

Completed in 15 milliseconds