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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h162 inline bool approximately_negative(double x) { function
187 return a <= c ? approximately_negative(a - b) && approximately_negative(b - c)
188 : approximately_negative(b - a) && approximately_negative(c - b);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h247 inline bool approximately_negative(double x) { function
290 return a <= c ? approximately_negative(a - b) && approximately_negative(b - c)
291 : approximately_negative(b - a) && approximately_negative(c - b);
/external/skia/experimental/Intersection/
H A DDataTypes.h162 inline bool approximately_negative(double x) { function
187 return a <= c ? approximately_negative(a - b) && approximately_negative(b - c)
188 : approximately_negative(b - a) && approximately_negative(c - b);
/external/skia/src/pathops/
H A DSkPathOpsTypes.h247 inline bool approximately_negative(double x) { function
290 return a <= c ? approximately_negative(a - b) && approximately_negative(b - c)
291 : approximately_negative(b - a) && approximately_negative(c - b);

Completed in 783 milliseconds