Searched defs:num_points (Results 1 – 1 of 1) sorted by relevance
3879 static int stbtt__tesselate_curve(stbtt__point * points, int * num_points, float x0, float y0, floa…3903 static void stbtt__tesselate_cubic(stbtt__point * points, int * num_points, float x0, float y0, flo…3953 int num_points = 0; local