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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h150 inline bool precisely_greater_than_one(double x) { function
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTypes.h235 inline bool precisely_greater_than_one(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.h150 inline bool precisely_greater_than_one(double x) { function
/external/skia/src/pathops/
H A DSkPathOpsTypes.h235 inline bool precisely_greater_than_one(double x) { function
377 return precisely_less_than_zero(t) ? 0 : precisely_greater_than_one(t) ? 1 : t;

Completed in 229 milliseconds