Home
last modified time | relevance | path

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

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