Searched refs:STBTT_fabs (Results 1 – 1 of 1) sorted by relevance
494 #ifndef STBTT_fabs496 #define STBTT_fabs(x) (float)fabs(x) macro2474 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];