Searched defs:num_verts (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3949 static stbtt__point * stbtt_FlattenCurves(stbtt_vertex * vertices, int num_verts, float objspace_fl… 4027 …Rasterize(stbtt__bitmap * result, float flatness_in_pixels, stbtt_vertex * vertices, int num_verts, 4054 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); local 4100 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); local 5026 int num_verts = stbtt_GetGlyphShape(info, glyph, &verts); local
|