Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTFitsIn.h190 template <typename D, typename S> struct SkTFitsIn { struct
192 using S2S = SkTFitsIn_Signed2Signed<D, S>; argument
193 using S2U = SkTFitsIn_Signed2Unsigned<D, S>; argument
194 using U2S = SkTFitsIn_Unsigned2Signed<D, S>; argument
195 using U2U = SkTFitsIn_Unsigned2Unsiged<D, S>; argument
217 template <typename D, typename S> inline bool SkTFitsIn(S s) { argument