HomeSort by relevance Sort by last modified time
    Searched refs:precisely_zero (Results 1 - 5 of 5) sorted by null

  /external/skia/src/pathops/
SkIntersections.cpp 48 if ((precisely_zero(one) && !precisely_zero(oldOne))
50 || (precisely_zero(two) && !precisely_zero(oldTwo))
SkPathOpsTypes.h 334 inline bool precisely_zero(double x) { function
397 return precisely_zero(x - y);
539 || (precisely_zero(a) && precisely_zero(b) && precisely_zero(c)));
SkPathOpsQuad.cpp 60 if (test * sign > 0 && !precisely_zero(test)) {
SkPathOpsCubic.cpp 183 if (test * sign > 0 && !precisely_zero(test)) {
SkPathOpsTSect.h     [all...]

Completed in 73 milliseconds