Searched refs:precisely_greater_than_one (Results 1 – 1 of 1) sorted by relevance
472 inline bool precisely_greater_than_one(double x) { in precisely_greater_than_one() function621 return precisely_less_than_zero(t) ? 0 : precisely_greater_than_one(t) ? 1 : t; in SkPinT()