Searched refs:stbtt__point (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3328 } stbtt__point; typedef 3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, f… in stbtt__rasterize() 3355 stbtt__point *p = pts + m; in stbtt__rasterize() 3387 static void stbtt__add_point(stbtt__point *points, int n, float x, float y) in stbtt__add_point() 3395 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve() 3415 static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points, float x0, float y0, float… in stbtt__tesselate_cubic() 3458 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flat… in stbtt_FlattenCurves() 3460 stbtt__point *points=0; in stbtt_FlattenCurves() 3485 points = (stbtt__point *) STBTT_malloc(num_points * sizeof(points[0]), userdata); in stbtt_FlattenCurves() 3540 …stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize()
|