Searched refs:stbtt__add_point (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 3831 static void stbtt__add_point(stbtt__point * points, int n, float x, float y) function 3857 stbtt__add_point(points, *num_points, x2, y2); 3903 stbtt__add_point(points, *num_points, x3, y3); 3952 stbtt__add_point(points, num_points++, x, y); 3956 stbtt__add_point(points, num_points++, x, y);
|