Home
last modified time | relevance | path

Searched refs:num_verts (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h977 int num_verts, // number of vertices in above array
3909 static stbtt__point * stbtt_FlattenCurves(stbtt_vertex * vertices, int num_verts, float objspace_fl… argument
3919 for(i = 0; i < num_verts; ++i)
3942 for(i = 0; i < num_verts; ++i) {
3987 …Rasterize(stbtt__bitmap * result, float flatness_in_pixels, stbtt_vertex * vertices, int num_verts, argument
3993 …stbtt__point * windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &wi…
4014 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); local
4042 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,…
4060 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); local
4070 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,…
[all …]