Searched refs:stbtt_GetGlyphShape (Results 1 – 1 of 1) sorted by relevance
| /lvgl-latest/src/libs/tiny_ttf/ |
| D | stb_truetype_htcw.h | 875 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex ** ver… 1791 return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), vertices); 2091 comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts); 2540 STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo * info, int glyph_index, stbtt_vertex * *pve… function 4054 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); 4100 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); 5026 int num_verts = stbtt_GetGlyphShape(info, glyph, &verts);
|