Home
last modified time | relevance | path

Searched refs:stbtt_GetCodepointHMetrics (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/
Dconsole_truetype.c208 stbtt_GetCodepointHMetrics(font, ch, &advance, &lsb); in console_truetype_putc_xy()
Dstb_truetype.h348 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