Searched refs:winding_lengths (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4001 int * winding_lengths = NULL; local 4002 …* windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, 4005 …stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shif… 4007 STBTT_free(winding_lengths, userdata);
|