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

  /external/skia/tests/
PathOpsDPointTest.cpp 40 REPORTER_ASSERT(reporter, p.roughlyEqual(pt));
PathOpsLineIntersectionTest.cpp 92 if (nearAllowed && result1.roughlyEqual(result2)) {
  /external/skia/src/pathops/
SkIntersections.cpp 61 if (pt.roughlyEqual(fPt[index])) {
SkPathOpsPoint.h 197 bool roughlyEqual(const SkDPoint& a) const {
208 static bool RoughlyEqual(const SkPoint& a, const SkPoint& b) {
SkDCubicLineIntersection.cpp 369 if (!lPt.roughlyEqual(cPt)) {
SkOpSegment.cpp     [all...]

Completed in 1018 milliseconds