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

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

Completed in 126 milliseconds