Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h866 stbtt_vertex_type x, y, cx, cy, cx1, cy1; member
2155 stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1) argument
2161 stbtt__track_vertex(c, cx1, cy1);
2167 c->pvertices[c->num_vertices].cy1 = (stbtt_int16)cy1;
2197 float cy1 = ctx->y + dy1; local
2199 float cy2 = cy1 + dy2;
2202 …stbtt__csctx_v(ctx, STBTT_vcubic, (int)ctx->x, (int)ctx->y, (int)cx1, (int)cy1, (int)cx2, (int)cy2…
3968 vertices[i].cx1, vertices[i].cy1,