Searched refs:precisely_equal (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/pathops/ |
D | SkIntersections.cpp | 79 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) in insert() 81 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) { in insert()
|
D | SkPathOpsTypes.h | 151 inline bool precisely_equal(double x, double y) { in precisely_equal() function
|
D | SkOpAngle.cpp | 399 if (precisely_equal(fSegment->span(smaller).fT, fSegment->span(larger).fT)) { in setSpans()
|
D | SkOpSegment.cpp | 391 } 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/ |
D | SkIntersections.cpp | 79 || (precisely_equal(one, 1) && !precisely_equal(oldOne, 1)) in insert() 81 || (precisely_equal(two, 1) && !precisely_equal(oldTwo, 1))) { in insert()
|
D | SkPathOpsTypes.h | 151 inline bool precisely_equal(double x, double y) { in precisely_equal() function
|
D | SkOpAngle.cpp | 399 if (precisely_equal(fSegment->span(smaller).fT, fSegment->span(larger).fT)) { in setSpans()
|
D | SkOpSegment.cpp | 391 } else if (precisely_equal(otherT, 1)) { in addOtherT() 413 } else if (precisely_equal(newT, 1)) { in addT()
|