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

  /external/skia/src/pathops/
SkPathOpsCurve.cpp 110 if (roughly_zero_when_compared_to(fSweep[0].fX, maxVal)
111 && roughly_zero_when_compared_to(fSweep[0].fY, maxVal)) {
120 if (roughly_zero_when_compared_to(fSweep[0].fX, maxVal)
121 && roughly_zero_when_compared_to(fSweep[0].fY, maxVal)) {
SkPathOpsPoint.h 262 return roughly_zero_when_compared_to(largestDiff, largestNumber);
SkPathOpsTypes.h 386 inline bool roughly_zero_when_compared_to(double x, double y) { function

Completed in 396 milliseconds