Searched refs:stbtt__tesselate_cubic (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3415 static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points, float x0, float y0, float… in stbtt__tesselate_cubic() function 3449 …stbtt__tesselate_cubic(points, num_points, x0,y0, x01,y01, xa,ya, mx,my, objspace_flatness_squared… in stbtt__tesselate_cubic() 3450 …stbtt__tesselate_cubic(points, num_points, mx,my, xb,yb, x23,y23, x3,y3, objspace_flatness_squared… in stbtt__tesselate_cubic() 3514 stbtt__tesselate_cubic(points, &num_points, x,y, in stbtt_FlattenCurves()
|