Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h494 #ifndef STBTT_fabs
496 #define STBTT_fabs(x) (float)fabs(x) macro
2474 if(STBTT_fabs(dx) > STBTT_fabs(dy))
3494 …STBTT_assert(STBTT_fabs(area) <= 1.01f); // accumulated error from area += step unless we round st…
3653 k = (float)STBTT_fabs(k) * 255 + 0.5f;
5037 … dist = (float)STBTT_fabs((x1 - x0) * (y0 - sy) - (y1 - y0) * (x0 - sx)) * precompute[i];