Searched defs:SkTPin (Results 1 – 2 of 2) sorted by relevance
19 static constexpr const T& SkTPin(const T& x, const T& lo, const T& hi) { in SkTPin() function
204 template <typename T> static constexpr const T& SkTPin(const T& value, const T& min, const T& max) { in SkTPin() function