Searched refs:num_vertices (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1861 static int stbtt__close_shape(stbtt_vertex * vertices, int num_vertices, int was_off, int start_off, argument 1866 …stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx + scx) >> 1, (cy + scy) >> 1, cx, cy); 1867 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx, sy, scx, scy); 1871 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx, sy, cx, cy); 1873 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, sx, sy, 0, 0); 1875 return num_vertices; 1888 int num_vertices = 0; local 1970 num_vertices = 0; 1979 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx, sy, scx, scy, cx… 2004 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove, sx, sy, 0, 0); [all …]
|