Searched refs:stbtt__add_point (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 2305 static void stbtt__add_point(stbtt__point *points, int n, float x, float y) in stbtt__add_point() function 2327 stbtt__add_point(points, *num_points,x2,y2); in stbtt__tesselate_curve() 2376 stbtt__add_point(points, num_points++, x,y); in stbtt_FlattenCurves() 2380 stbtt__add_point(points, num_points++, x, y); in stbtt_FlattenCurves()
|