Searched refs:stbtt__csctx_rline_to (Results 1 – 1 of 1) sorted by relevance
| /lvgl-latest/src/libs/tiny_ttf/ |
| D | stb_truetype_htcw.h | 2186 static void stbtt__csctx_rline_to(stbtt__csctx * ctx, float dx, float dy) function 2300 stbtt__csctx_rline_to(c, s[i], s[i + 1]); 2313 stbtt__csctx_rline_to(c, s[i], 0); 2317 stbtt__csctx_rline_to(c, 0, s[i]); 2349 stbtt__csctx_rline_to(c, s[i], s[i + 1]); 2355 stbtt__csctx_rline_to(c, s[i], s[i + 1]);
|