Home
last modified time | relevance | path

Searched refs:cx1 (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);
2166 c->pvertices[c->num_vertices].cx1 = (stbtt_int16)cx1;
2196 float cx1 = ctx->x + dx1; local
2198 float cx2 = cx1 + dx2;
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,