Searched refs:precisely_greater_than_one (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTypes.h472 inline bool precisely_greater_than_one(double x) { function
621 return precisely_less_than_zero(t) ? 0 : precisely_greater_than_one(t) ? 1 : t;
/external/skqp/src/pathops/
H A DSkPathOpsTypes.h472 inline bool precisely_greater_than_one(double x) { function
621 return precisely_less_than_zero(t) ? 0 : precisely_greater_than_one(t) ? 1 : t;

Completed in 125 milliseconds