Searched defs:font (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/video/ |
| A D | console_truetype.c | 119 stbtt_fontinfo font; member 227 stbtt_fontinfo *font = &met->font; in console_truetype_putc_xy() local 618 stbtt_fontinfo *font; in truetype_add_metrics() local
|
| A D | console_core.c | 202 struct video_fontdata *font; in console_simple_select_font() local
|
| A D | stb_truetype.h | 977 static int stbtt__isfont(const stbtt_uint8 *font) in stbtt__isfont() 1561 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel() 1579 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox() 1584 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float… in stbtt_GetCodepointBitmapBoxSubpixel() 1589 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x… in stbtt_GetCodepointBitmapBox() 3099 STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platform… in stbtt_GetFontNameString()
|
Completed in 14 milliseconds