Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1869 static int stbtt__close_shape(stbtt_vertex * vertices, int num_vertices, int was_off, int start_off, argument
1873 if(was_off)
1878 if(was_off)
1907 stbtt_int32 ins, i, j = 0, m, n, next_move, was_off = 0, off, start_off = 0; local
1987 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx, sy, scx, scy, cx…
2013 was_off = 0;
2019 … if(was_off) // two off-curve control points in a row means interpolate an on-curve midpoint
2023 was_off = 1;
2026 if(was_off)
2030 was_off = 0;
[all …]