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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h158 inline bool precisely_less_than_zero(double x) { function
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h243 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/
H A DDataTypes.h158 inline bool precisely_less_than_zero(double x) { function
/external/skia/src/pathops/
H A DSkPathOpsTypes.h243 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 101 milliseconds