Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3879 static int stbtt__tesselate_curve(stbtt__point * points, int * num_points, float x0, float y0, floa… function
3891stbtt__tesselate_curve(points, num_points, x0, y0, (x0 + x1) / 2.0f, (y0 + y1) / 2.0f, mx, my,
3893stbtt__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,