Searched refs:STBTT_vmove (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 857 #ifndef STBTT_vmove // you can predefine these to use different values (but why?) 859 STBTT_vmove = 1, enumerator 2012 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove, sx, sy, 0, 0); 2191 stbtt__csctx_v(ctx, STBTT_vmove, (int)ctx->x, (int)ctx->y, 0, 0, 0, 0); 3929 if(vertices[i].type == STBTT_vmove) 3953 case STBTT_vmove:
|