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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h166 inline bool precisely_negative(double x) { function
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h255 inline bool precisely_negative(double x) { function
295 return a <= c ? precisely_negative(a - b) && precisely_negative(b - c)
296 : precisely_negative(b - a) && precisely_negative(c - b);
/external/skia/experimental/Intersection/
H A DDataTypes.h166 inline bool precisely_negative(double x) { function
/external/skia/src/pathops/
H A DSkPathOpsTypes.h255 inline bool precisely_negative(double x) { function
295 return a <= c ? precisely_negative(a - b) && precisely_negative(b - c)
296 : precisely_negative(b - a) && precisely_negative(c - b);

Completed in 452 milliseconds