Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h2135 float first_x, first_y; member
2174 if(ctx->first_x != ctx->x || ctx->first_y != ctx->y)
2175 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0);
2181 ctx->first_x = ctx->x = ctx->x + dx;