Searched refs:approximately_negative (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTypes.h484 inline bool approximately_negative(double x) { function
527 return a <= c ? approximately_negative(a - b) && approximately_negative(b - c)
528 : approximately_negative(b - a) && approximately_negative(c - b);
/external/skqp/src/pathops/
H A DSkPathOpsTypes.h484 inline bool approximately_negative(double x) { function
527 return a <= c ? approximately_negative(a - b) && approximately_negative(b - c)
528 : approximately_negative(b - a) && approximately_negative(c - b);

Completed in 56 milliseconds