Searched refs:stbtt__csctx_rline_to (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 2194 static void stbtt__csctx_rline_to(stbtt__csctx * ctx, float dx, float dy) function 2308 stbtt__csctx_rline_to(c, s[i], s[i + 1]); 2321 stbtt__csctx_rline_to(c, s[i], 0); 2325 stbtt__csctx_rline_to(c, 0, s[i]); 2357 stbtt__csctx_rline_to(c, s[i], s[i + 1]); 2363 stbtt__csctx_rline_to(c, s[i], s[i + 1]);
|