Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h977 int num_verts, // number of vertices in above array
3949 static stbtt__point * stbtt_FlattenCurves(stbtt_vertex * vertices, int num_verts, float objspace_fl… argument
3959 for(i = 0; i < num_verts; ++i)
3982 for(i = 0; i < num_verts; ++i) {
4027 …Rasterize(stbtt__bitmap * result, float flatness_in_pixels, stbtt_vertex * vertices, int num_verts, argument
4033 …stbtt__point * windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &wi…
4054 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); local
4082 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,…
4100 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); local
4110 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,…
[all …]