Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h800 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
2578stbtt_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()