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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 540 bool pointsNearlyEqual = AlmostEqualUlps(last->fPt, span.fPt);
542 SK_ALWAYSBREAK(!tsPreciselyEqual || pointsNearlyEqual);
548 SK_ALWAYSBREAK(!last->fSmall || pointsNearlyEqual);
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 539 bool pointsNearlyEqual = AlmostEqualUlps(last->fPt, span.fPt);
541 SK_ALWAYSBREAK(!tsPreciselyEqual || pointsNearlyEqual);
547 SK_ALWAYSBREAK(!last->fSmall || pointsNearlyEqual);

Completed in 386 milliseconds