Searched refs:stbtt_GetGlyphHMetrics (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 706 STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index, int *advanceWidt… 1471 STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index, int *advanceWidt… in stbtt_GetGlyphHMetrics() function 1522 … stbtt_GetGlyphHMetrics(info, stbtt_FindGlyphIndex(info,codepoint), advanceWidth, leftSideBearing); in stbtt_GetCodepointHMetrics() 2535 stbtt_GetGlyphHMetrics(&f, g, &advance, &lsb); in stbtt_BakeFontBitmap() 2909 stbtt_GetGlyphHMetrics(info, glyph, &advance, &lsb); in stbtt_PackFontRangesRenderIntoRects()
|