[Qemu-devel] [PATCH 06/24] pixman: render vgafont glyphs into pixman images

2013-04-16 Thread Gerd Hoffmann
Add helper functions to create pixman mask images for glyphs and to render these glyphs into a pixman image. Signed-off-by: Gerd Hoffmann --- include/ui/qemu-pixman.h |7 +++ ui/qemu-pixman.c | 43 +++ 2 files changed, 50 insertions(+) d

[Qemu-devel] [PATCH 06/24] pixman: render vgafont glyphs into pixman images

2013-04-04 Thread Gerd Hoffmann
Add helper functions to create pixman mask images for glyphs and to render these glyphs into a pixman image. Signed-off-by: Gerd Hoffmann --- include/ui/qemu-pixman.h |7 +++ ui/qemu-pixman.c | 43 +++ 2 files changed, 50 insertions(+) d