Searched refs:approximately_zero_when_compared_to (Results 1 - 16 of 16) sorted by relevance

/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp102 && approximately_zero_when_compared_to(A, B)
103 && approximately_zero_when_compared_to(A, C)
104 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic
107 if (approximately_zero_when_compared_to(D, A)
108 && approximately_zero_when_compared_to(D, B)
109 && approximately_zero_when_compared_to(D, C)) { // 0 is one root
H A DPathOpsAngleIdeas.cpp256 return approximately_zero_when_compared_to(pt1.fX - pt2.fX, max)
257 && approximately_zero_when_compared_to(pt1.fY - pt2.fY, max);
/external/skqp/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp102 && approximately_zero_when_compared_to(A, B)
103 && approximately_zero_when_compared_to(A, C)
104 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic
107 if (approximately_zero_when_compared_to(D, A)
108 && approximately_zero_when_compared_to(D, B)
109 && approximately_zero_when_compared_to(D, C)) { // 0 is one root
H A DPathOpsAngleIdeas.cpp256 return approximately_zero_when_compared_to(pt1.fX - pt2.fX, max)
257 && approximately_zero_when_compared_to(pt1.fY - pt2.fY, max);
/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp225 if (!approximately_zero_when_compared_to(distance, largest)) {
229 return approximately_zero_when_compared_to(distance, largest);
417 && approximately_zero_when_compared_to(A, B)
418 && approximately_zero_when_compared_to(A, C)
419 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic
422 if (approximately_zero_when_compared_to(D, A)
423 && approximately_zero_when_compared_to(D, B)
424 && approximately_zero_when_compared_to(D, C)) { // 0 is one root
H A DSkDConicLineIntersection.cpp64 return approximately_zero_when_compared_to(a - b, max);
H A DSkPathOpsQuad.cpp189 return approximately_zero_when_compared_to(distance, largest);
H A DSkPathOpsTypes.h378 inline bool approximately_zero_when_compared_to(double x, double y) { function
H A DSkPathOpsTSect.h643 if (approximately_zero_when_compared_to(test, maxVal)) {
/external/skqp/src/pathops/
H A DSkPathOpsCubic.cpp225 if (!approximately_zero_when_compared_to(distance, largest)) {
229 return approximately_zero_when_compared_to(distance, largest);
417 && approximately_zero_when_compared_to(A, B)
418 && approximately_zero_when_compared_to(A, C)
419 && approximately_zero_when_compared_to(A, D)) { // we're just a quadratic
422 if (approximately_zero_when_compared_to(D, A)
423 && approximately_zero_when_compared_to(D, B)
424 && approximately_zero_when_compared_to(D, C)) { // 0 is one root
H A DSkDConicLineIntersection.cpp64 return approximately_zero_when_compared_to(a - b, max);
H A DSkPathOpsQuad.cpp186 return approximately_zero_when_compared_to(distance, largest);
H A DSkPathOpsTypes.h378 inline bool approximately_zero_when_compared_to(double x, double y) { function
H A DSkPathOpsTSect.h643 if (approximately_zero_when_compared_to(test, maxVal)) {
/external/skia/src/core/
H A DSkPath.cpp2263 static bool approximately_zero_when_compared_to(double x, double y) { function
2358 if (!approximately_zero_when_compared_to(dCross, SkScalarToDouble(largest))) {
/external/skqp/src/core/
H A DSkPath.cpp2379 static bool approximately_zero_when_compared_to(double x, double y) { function
2474 if (!approximately_zero_when_compared_to(dCross, SkScalarToDouble(largest))) {

Completed in 403 milliseconds