Searched refs:scy (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1870 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) argument 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); 1908 stbtt_int32 x, y, cx, cy, sx, sy, scx, scy; local 1979 sx = sy = cx = cy = scx = scy = 0; 1987 …ertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx, sy, scx, scy, cx, cy); 1995 scy = y; 2034 …ertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx, sy, scx, scy, cx, cy);
|