Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h554 #define NSVG_EPSILON (1e-12) macro
594 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()