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

  /external/chromium_org/third_party/skia/experimental/Intersection/
DataTypes.h 158 inline bool precisely_less_than_zero(double x) { function
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.h 243 inline bool precisely_less_than_zero(double x) { function
377 return precisely_less_than_zero(t) ? 0 : precisely_greater_than_one(t) ? 1 : t;
  /external/skia/experimental/Intersection/
DataTypes.h 158 inline bool precisely_less_than_zero(double x) { function
  /external/skia/src/pathops/
SkPathOpsTypes.h 243 inline bool precisely_less_than_zero(double x) { function
377 return precisely_less_than_zero(t) ? 0 : precisely_greater_than_one(t) ? 1 : t;

Completed in 70 milliseconds