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

  /external/skia/src/pathops/
SkPathOpsPoint.h 232 if (roughly_equal(fX, a.fX) && roughly_equal(fY, a.fY)) {
SkPathOpsTypes.h 543 inline bool roughly_equal(double x, double y) { function
SkPathOpsWinding.cpp 159 && roughly_equal(base.fT, t)
SkOpSegment.cpp     [all...]
SkPathOpsDebug.cpp     [all...]
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight));
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight));

Completed in 195 milliseconds