Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h812 #ifndef STBTT_vmove // you can predefine these to use different values (but why?)
814 STBTT_vmove=1, enumerator
1756 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove,sx,sy,0,0); in stbtt__GetGlyphShapeTT()
1915 stbtt__csctx_v(ctx, STBTT_vmove, (int)ctx->x, (int)ctx->y, 0, 0, 0, 0); in stbtt__csctx_rmove_to()
3468 if (vertices[i].type == STBTT_vmove) in stbtt_FlattenCurves()
3492 case STBTT_vmove: in stbtt_FlattenCurves()