Searched refs:NSVG_EPSILON (Results 1 – 1 of 1) sorted by relevance
554 #define NSVG_EPSILON (1e-12) macro594 if (fabs(a) < NSVG_EPSILON) { in nsvg__curveBounds()595 if (fabs(b) > NSVG_EPSILON) { in nsvg__curveBounds()597 if (t > NSVG_EPSILON && t < 1.0-NSVG_EPSILON) in nsvg__curveBounds()602 if (b2ac > NSVG_EPSILON) { in nsvg__curveBounds()604 if (t > NSVG_EPSILON && t < 1.0-NSVG_EPSILON) in nsvg__curveBounds()607 if (t > NSVG_EPSILON && t < 1.0-NSVG_EPSILON) in nsvg__curveBounds()