Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h2246 } stbtt__point; typedef
2248 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, f… in stbtt__rasterize()
2273 stbtt__point *p = pts + m; in stbtt__rasterize()
2305 static void stbtt__add_point(stbtt__point *points, int n, float x, float y) in stbtt__add_point()
2313 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve()
2334 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flat… in stbtt_FlattenCurves()
2336 stbtt__point *points=0; in stbtt_FlattenCurves()
2361 points = (stbtt__point *) STBTT_malloc(num_points * sizeof(points[0]), userdata); in stbtt_FlattenCurves()
2407stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize()