Searched defs:SkTOutOfRange_LT_MinD (Results 1 – 1 of 1) sorted by relevance
44 template <typename D, typename S> struct SkTOutOfRange_LT_MinD { struct45 using can_be_true = std::true_type;46 using source_type = S;47 static bool apply(S s) { in apply()