Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h835 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **verti…
1556 return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), vertices); in stbtt_GetCodepointShape()
1824 comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts); in stbtt__GetGlyphShapeTT()
2265 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **pvert… in stbtt_GetGlyphShape() function
3558 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_GetGlyphBitmapSubpixel()
3602 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_MakeGlyphBitmapSubpixel()
4446 int num_verts = stbtt_GetGlyphShape(info, glyph, &verts); in stbtt_GetGlyphSDF()