Home
last modified time | relevance | path

Searched defs:font (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c117 stbtt_fontinfo font; member
196 stbtt_fontinfo *font = &priv->font; in console_truetype_putc_xy() local
501 stbtt_fontinfo *font = &priv->font; in console_truetype_probe() local
H A Dstb_truetype.h978 static int stbtt__isfont(const stbtt_uint8 *font) in stbtt__isfont()
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()
1585 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float… in stbtt_GetCodepointBitmapBoxSubpixel()
1590 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x… in stbtt_GetCodepointBitmapBox()
3090 STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platform… in stbtt_GetFontNameString()
/openbmc/qemu/ui/
H A Dqemu-pixman.c230 pixman_image_t *qemu_pixman_glyph_from_vgafont(int height, const uint8_t *font, in qemu_pixman_glyph_from_vgafont()