HomeSort by relevance Sort by last modified time
    Searched defs:precisely_negative (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
DataTypes.h 166 inline bool precisely_negative(double x) { function
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.h 255 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 811 milliseconds