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

/external/skia/src/pathops/
H A DSkPathOpsCurve.cpp110 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)) {
H A DSkPathOpsPoint.h262 return roughly_zero_when_compared_to(largestDiff, largestNumber);
H A DSkPathOpsTypes.h386 inline bool roughly_zero_when_compared_to(double x, double y) { function
/external/skqp/src/pathops/
H A DSkPathOpsCurve.cpp110 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)) {
H A DSkPathOpsPoint.h262 return roughly_zero_when_compared_to(largestDiff, largestNumber);
H A DSkPathOpsTypes.h386 inline bool roughly_zero_when_compared_to(double x, double y) { function

Completed in 163 milliseconds