Searched refs:STBTT_vline (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 815 STBTT_vline, enumerator 1634 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline,sx,sy,0,0); in stbtt__close_shape() 1771 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, x,y,0,0); in stbtt__GetGlyphShapeTT() 1907 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0); in stbtt__csctx_close_shape() 1922 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->x, (int)ctx->y, 0, 0, 0, 0); in stbtt__csctx_rline_to() 3502 case STBTT_vline: in stbtt_FlattenCurves() 4317 if (verts[i].type == STBTT_vline) { in stbtt__compute_crossings_x() 4451 if (verts[i].type == STBTT_vline) { in stbtt_GetGlyphSDF() 4489 if (verts[i].type == STBTT_vline) { in stbtt_GetGlyphSDF()
|