Searched refs:stbtt_setvertex (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1802 static void stbtt_setvertex(stbtt_vertex * v, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt… function 1874 …stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx + scx) >> 1, (cy + scy) >> 1, cx, cy); 1875 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx, sy, scx, scy); 1879 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx, sy, cx, cy); 1881 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, sx, sy, 0, 0); 2012 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove, sx, sy, 0, 0); 2020 … stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx + x) >> 1, (cy + y) >> 1, cx, cy); 2027 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, x, y, cx, cy); 2029 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, x, y, 0, 0); 2173 stbtt_setvertex(&c->pvertices[c->num_vertices], type, x, y, cx, cy);
|