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

/external/skia/src/pathops/
H A DSkPathOpsTypes.h547 inline bool roughly_negative(double x) { function
552 return a <= c ? roughly_negative(a - b) && roughly_negative(b - c)
553 : roughly_negative(b - a) && roughly_negative(c - b);
/external/skqp/src/pathops/
H A DSkPathOpsTypes.h547 inline bool roughly_negative(double x) { function
552 return a <= c ? roughly_negative(a - b) && roughly_negative(b - c)
553 : roughly_negative(b - a) && roughly_negative(c - b);

Completed in 83 milliseconds