Searched refs:stbtt_GetGlyphHMetrics (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 800 STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index, int *advanceWidt… 2273 STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index, int *advanceWidt… in stbtt_GetGlyphHMetrics() function 2578 … stbtt_GetGlyphHMetrics(info, stbtt_FindGlyphIndex(info,codepoint), advanceWidth, leftSideBearing); in stbtt_GetCodepointHMetrics() 3674 stbtt_GetGlyphHMetrics(&f, g, &advance, &lsb); in stbtt_BakeFontBitmap_internal() 4078 stbtt_GetGlyphHMetrics(info, glyph, &advance, &lsb); in stbtt_PackFontRangesRenderIntoRects()
|