Searched defs:SkTOutOfRange_False (Results 1 – 1 of 1) sorted by relevance
33 template <typename S> struct SkTOutOfRange_False { struct34 using can_be_true = std::false_type;35 using source_type = S;36 static bool apply(S) { in apply()