Searched defs:SkTFitsIn (Results 1 – 1 of 1) sorted by relevance
190 template <typename D, typename S> struct SkTFitsIn { struct192 using S2S = SkTFitsIn_Signed2Signed<D, S>; argument193 using S2U = SkTFitsIn_Signed2Unsigned<D, S>; argument194 using U2S = SkTFitsIn_Unsigned2Signed<D, S>; argument195 using U2U = SkTFitsIn_Unsigned2Unsiged<D, S>; argument217 template <typename D, typename S> inline bool SkTFitsIn(S s) { argument