Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h3771 } stbtt__point; typedef
3773 static void stbtt__rasterize(stbtt__bitmap * result, stbtt__point * pts, int * wcount, int windings…
3799 stbtt__point * p = pts + m;
3831 static void stbtt__add_point(stbtt__point * points, int n, float x, float y)
3839 static int stbtt__tesselate_curve(stbtt__point * points, int * num_points, float x0, float y0, floa…
3863 static void stbtt__tesselate_cubic(stbtt__point * points, int * num_points, float x0, float y0, flo…
3909 static stbtt__point * stbtt_FlattenCurves(stbtt_vertex * vertices, int num_verts, float objspace_fl…
3912 stbtt__point * points = 0;
3937 points = (stbtt__point *)STBTT_malloc(num_points * sizeof(points[0]), userdata);
3993stbtt__point * windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &wi…