Searched refs:stbtt_GetCodepointHMetrics (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/video/ |
D | console_truetype.c | 208 stbtt_GetCodepointHMetrics(font, ch, &advance, &lsb); in console_truetype_putc_xy()
|
D | stb_truetype.h | 348 stbtt_GetCodepointHMetrics(&font, text[ch], &advance, &lsb); 695 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWi… 1520 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWi… in stbtt_GetCodepointHMetrics() function
|