Home
last modified time | relevance | path

Searched defs:SkTOutOfRange_False (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/
DSkTFitsIn.h33 template <typename S> struct SkTOutOfRange_False { struct
34 using can_be_true = std::false_type;
35 using source_type = S;
36 static bool apply(S) { in apply()