Searched refs:nearlySame (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h135 bool nearlySame(int index) const { function in class:SkIntersections
H A DSkOpContour.cpp33 bool nearStart = ts.nearlySame(0);
34 bool nearEnd = ts.nearlySame(1);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsLineIntersectionTest.cpp89 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) {
/external/skia/src/pathops/
H A DSkIntersections.h135 bool nearlySame(int index) const { function in class:SkIntersections
H A DSkOpContour.cpp33 bool nearStart = ts.nearlySame(0);
34 bool nearEnd = ts.nearlySame(1);
/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp82 if (!result1.approximatelyEqual(result2) && !ts.nearlySame(i)) {

Completed in 133 milliseconds