Searched defs:SkTOutOfRange_LT_Zero (Results 1 – 1 of 1) sorted by relevance
56 template <typename D, typename S> struct SkTOutOfRange_LT_Zero { struct57 using can_be_true = std::true_type;58 using source_type = S;59 static bool apply(S s) { in apply()