Home
last modified time | relevance | path

Searched refs:roughly_equal (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsPoint.h232 if (roughly_equal(fX, a.fX) && roughly_equal(fY, a.fY)) { in roughlyEqual()
DSkPathOpsTypes.h543 inline bool roughly_equal(double x, double y) { in roughly_equal() function
DSkPathOpsWinding.cpp159 && roughly_equal(base.fT, t) in rayCheck()
DSkOpSegment.cpp1237 if (!roughly_equal(oppPrev->t(), oppSpan->t())) { in moveMultiples()
1251 if (!roughly_equal(oppNext->t(), oppSpan->t())) { in moveMultiples()
DSkPathOpsDebug.cpp993 if (!roughly_equal(oppPrev->t(), oppSpan->t())) { in debugMoveMultiples()
1007 if (!roughly_equal(oppNext->t(), oppSpan->t())) { in debugMoveMultiples()
/external/skia/tests/
DPathOpsConicIntersectionTest.cpp48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight)); in chopCompare()
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight)); in chopCompare()