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

/external/skia/src/pathops/
H A DSkPathOpsTypes.h492 inline bool precisely_negative(double x) { function
532 return a <= c ? precisely_negative(a - b) && precisely_negative(b - c)
533 : precisely_negative(b - a) && precisely_negative(c - b);
/external/skqp/src/pathops/
H A DSkPathOpsTypes.h492 inline bool precisely_negative(double x) { function
532 return a <= c ? precisely_negative(a - b) && precisely_negative(b - c)
533 : precisely_negative(b - a) && precisely_negative(c - b);

Completed in 158 milliseconds