Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2313 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve() argument
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()
2327 stbtt__add_point(points, *num_points,x2,y2); in stbtt__tesselate_curve()
2328 *num_points = *num_points+1; in stbtt__tesselate_curve()
2337 int num_points=0; in stbtt_FlattenCurves() local
2361 points = (stbtt__point *) STBTT_malloc(num_points * sizeof(points[0]), userdata); in stbtt_FlattenCurves()
2364 num_points = 0; in stbtt_FlattenCurves()
2371 (*contour_lengths)[n] = num_points - start; in stbtt_FlattenCurves()
2373 start = num_points; in stbtt_FlattenCurves()
[all …]