Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTFitsIn.h67 template <typename D, typename S> struct SkTOutOfRange_GT_MaxD { struct
68 using can_be_true = std::true_type;
69 using source_type = S;
70 static bool apply(S s) { in apply()