Searched refs:STBTT_vcurve (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 857 STBTT_vcurve, enumerator 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); 2012 … stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx + x) >> 1, (cy + y) >> 1, cx, cy); 2019 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, x, y, cx, cy); 3958 case STBTT_vcurve: 4868 if(verts[i].type == STBTT_vcurve) { 4997 else if(verts[i].type == STBTT_vcurve) { 5052 else if(verts[i].type == STBTT_vcurve) {
|