Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h856 STBTT_vline, enumerator
1873 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, sx, sy, 0, 0);
2021 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, x, y, 0, 0);
2175 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0);
2190 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->x, (int)ctx->y, 0, 0, 0, 0);
3994 case STBTT_vline:
4899 if(verts[i].type == STBTT_vline) {
5031 if(verts[i].type == STBTT_vline) {
5067 if(verts[i].type == STBTT_vline && precompute[i] != 0.0f) {