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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h156 return more_roughly_equal(a.fY, fY) && more_roughly_equal(a.fX, fX);
H A DSkIntersections.cpp70 if (more_roughly_equal(oldOne, one) && more_roughly_equal(oldTwo, two)) {
H A DSkPathOpsTypes.h206 inline bool more_roughly_equal(double x, double y) { function
/external/skia/src/pathops/
H A DSkPathOpsPoint.h156 return more_roughly_equal(a.fY, fY) && more_roughly_equal(a.fX, fX);
H A DSkIntersections.cpp70 if (more_roughly_equal(oldOne, one) && more_roughly_equal(oldTwo, two)) {
H A DSkPathOpsTypes.h206 inline bool more_roughly_equal(double x, double y) { function

Completed in 88 milliseconds