Searched defs:font (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/video/ |
A D | console_truetype.c | 119 stbtt_fontinfo font; member 207 stbtt_fontinfo *font = &priv->font; in console_truetype_putc_xy() local 543 stbtt_fontinfo *font = &priv->font; in console_truetype_probe() local
|
A D | stb_truetype.h | 978 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()
|
Completed in 738 milliseconds