Searched refs:start_off (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1869 static int stbtt__close_shape(stbtt_vertex * vertices, int num_vertices, int was_off, int start_off, argument 1872 if(start_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… 1990 start_off = !(flags & 1); 1991 if(start_off) { 2034 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx, sy, scx, scy, cx…
|