Searched refs:stbtt__tesselate_curve (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3879 static int stbtt__tesselate_curve(stbtt__point * points, int * num_points, float x0, float y0, floa… function 3891 … stbtt__tesselate_curve(points, num_points, x0, y0, (x0 + x1) / 2.0f, (y0 + y1) / 2.0f, mx, my, 3893 … stbtt__tesselate_curve(points, num_points, mx, my, (x1 + x2) / 2.0f, (y1 + y2) / 2.0f, x2, y2, 3999 stbtt__tesselate_curve(points, &num_points, x, y,
|