Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2143 float first_x, first_y; member
2182 if(ctx->first_x != ctx->x || ctx->first_y != ctx->y)
2183 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0);
2189 ctx->first_x = ctx->x = ctx->x + dx;