Searched refs:stbtt__tesselate_curve (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 2313 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve() function 2324 …stbtt__tesselate_curve(points, num_points, x0,y0, (x0+x1)/2.0f,(y0+y1)/2.0f, mx,my, objspace_flatn… in stbtt__tesselate_curve() 2325 …stbtt__tesselate_curve(points, num_points, mx,my, (x1+x2)/2.0f,(y1+y2)/2.0f, x2,y2, objspace_flatn… in stbtt__tesselate_curve() 2383 stbtt__tesselate_curve(points, &num_points, x,y, in stbtt_FlattenCurves()
|