Searched defs:glyph (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 233 pixman_image_t *glyph; in qemu_pixman_glyph_from_vgafont() local 252 void qemu_pixman_glyph_render(pixman_image_t *glyph, in qemu_pixman_glyph_render()
|
H A D | console.c | 525 pixman_image_t *glyph; in qemu_create_placeholder_surface() local
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1562 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel() 1580 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox() 2420 …info *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int… in stbtt_GetGlyphBitmapSubpixel() 2460 …etGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int… in stbtt_GetGlyphBitmap() 2465 …, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph) in stbtt_MakeGlyphBitmapSubpixel() 2484 …signed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph) in stbtt_MakeGlyphBitmap() 2860 int glyph = stbtt_FindGlyphIndex(info, codepoint); in stbtt_PackFontRangesGatherRects() local 2901 int glyph = stbtt_FindGlyphIndex(info, codepoint); in stbtt_PackFontRangesRenderIntoRects() local
|