Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.cpp48 if ((precisely_zero(one) && !precisely_zero(oldOne)) in insert()
50 || (precisely_zero(two) && !precisely_zero(oldTwo)) in insert()
DSkPathOpsTypes.h334 inline bool precisely_zero(double x) { in precisely_zero() function
397 return precisely_zero(x - y); in precisely_equal()
539 || (precisely_zero(a) && precisely_zero(b) && precisely_zero(c))); in between()
DSkPathOpsQuad.cpp60 if (test * sign > 0 && !precisely_zero(test)) { in hullIntersects()
DSkPathOpsCubic.cpp183 if (test * sign > 0 && !precisely_zero(test)) { in hullIntersects()
DSkPathOpsTSect.h1547 if (precisely_zero(tStep)) { in linesIntersect()