Home
last modified time | relevance | path

Searched refs:roughlyEqual (Results 1 – 12 of 12) sorted by relevance

/external/skia/tests/
DPathOpsDPointTest.cpp40 REPORTER_ASSERT(reporter, p.roughlyEqual(pt)); in DEF_TEST()
DPathOpsLineIntersectionTest.cpp92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
/external/skqp/tests/
DPathOpsDPointTest.cpp40 REPORTER_ASSERT(reporter, p.roughlyEqual(pt)); in DEF_TEST()
DPathOpsLineIntersectionTest.cpp92 if (nearAllowed && result1.roughlyEqual(result2)) { in check_results()
/external/skia/src/pathops/
DSkIntersections.cpp68 if (pt.roughlyEqual(fPt[index])) { in insert()
DSkPathOpsPoint.h233 bool roughlyEqual(const SkDPoint& a) const { in roughlyEqual() function
DSkDCubicLineIntersection.cpp387 if (!lPt.roughlyEqual(cPt)) { in pinTs()
DSkOpSegment.cpp841 if (cPt.roughlyEqual(i.pt(index))) { in isClose()
/external/skqp/src/pathops/
DSkIntersections.cpp68 if (pt.roughlyEqual(fPt[index])) { in insert()
DSkPathOpsPoint.h233 bool roughlyEqual(const SkDPoint& a) const { in roughlyEqual() function
DSkDCubicLineIntersection.cpp387 if (!lPt.roughlyEqual(cPt)) { in pinTs()
DSkOpSegment.cpp841 if (cPt.roughlyEqual(i.pt(index))) { in isClose()