Searched refs:STBTT_vcurve (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 816 STBTT_vcurve, enumerator 1628 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape() 1629 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape() 1632 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape() 1763 … stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+x)>>1, (cy+y)>>1, cx, cy); in stbtt__GetGlyphShapeTT() 1769 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, x,y, cx, cy); in stbtt__GetGlyphShapeTT() 3506 case STBTT_vcurve: in stbtt_FlattenCurves() 4326 if (verts[i].type == STBTT_vcurve) { in stbtt__compute_crossings_x() 4456 } else if (verts[i].type == STBTT_vcurve) { in stbtt_GetGlyphSDF() 4509 } else if (verts[i].type == STBTT_vcurve) { in stbtt_GetGlyphSDF()
|