Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.cpp79 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) in insert()
81 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) { in insert()
DSkPathOpsTypes.h151 inline bool precisely_equal(double x, double y) { in precisely_equal() function
DSkOpAngle.cpp399 if (precisely_equal(fSegment->span(smaller).fT, fSegment->span(larger).fT)) { in setSpans()
DSkOpSegment.cpp391 } else if (precisely_equal(otherT, 1)) { in addOtherT()
413 } else if (precisely_equal(newT, 1)) { in addT()
/external/chromium_org/third_party/skia/src/pathops/
DSkIntersections.cpp79 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) in insert()
81 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) { in insert()
DSkPathOpsTypes.h151 inline bool precisely_equal(double x, double y) { in precisely_equal() function
DSkOpAngle.cpp399 if (precisely_equal(fSegment->span(smaller).fT, fSegment->span(larger).fT)) { in setSpans()
DSkOpSegment.cpp391 } else if (precisely_equal(otherT, 1)) { in addOtherT()
413 } else if (precisely_equal(newT, 1)) { in addT()