Home
last modified time | relevance | path

Searched refs:sk_strip_enum (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/
DSkTFitsIn.h19 struct sk_strip_enum { struct
24 struct sk_strip_enum<T, typename std::enable_if<std::is_enum<T>::value>::type> { argument
83 src <= (S)std::numeric_limits<typename sk_strip_enum<D>::type>::max() :
91 (intmax_t)src >= (intmax_t)std::numeric_limits<typename sk_strip_enum<D>::type>::min() &&
92 (intmax_t)src <= (intmax_t)std::numeric_limits<typename sk_strip_enum<D>::type>::max() :
95 (uintmax_t)src <= (uintmax_t)std::numeric_limits<typename sk_strip_enum<D>::type>::max();