Searched defs:approximately_zero_when_compared_to (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTypes.h378 inline bool approximately_zero_when_compared_to(double x, double y) { function
/external/skqp/src/pathops/
H A DSkPathOpsTypes.h378 inline bool approximately_zero_when_compared_to(double x, double y) { function
/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 3420 milliseconds