Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2036 int comp_num_verts = 0, i; local
2091 comp_num_verts = stbtt_GetGlyphShape(info, gidx, &comp_verts);
2092 if(comp_num_verts > 0) {
2094 for(i = 0; i < comp_num_verts; ++i) {
2107 …tmp = (stbtt_vertex *)STBTT_malloc((num_vertices + comp_num_verts) * sizeof(stbtt_vertex), info->u…
2114 STBTT_memcpy(tmp + num_vertices, comp_verts, comp_num_verts * sizeof(stbtt_vertex));
2118 num_vertices += comp_num_verts;