Searched refs:stbtt_GetFontVMetrics (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/video/ |
D | console_truetype.c | 529 stbtt_GetFontVMetrics(font, &ascent, 0, 0); in console_truetype_probe()
|
D | stb_truetype.h | 342 stbtt_GetFontVMetrics(&font, &ascent,0,0); 684 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *li… 1525 STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int *descent, int *li… in stbtt_GetFontVMetrics() function
|