Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTFitsIn.h56 template <typename D, typename S> struct SkTOutOfRange_LT_Zero { struct
57 using can_be_true = std::true_type;
58 using source_type = S;
59 static bool apply(S s) { in apply()