Searched defs:SkTo (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkTypes.h187 template <typename D, typename S> constexpr D SkTo(S s) { function
191 #define SkToS8(x) SkTo<int8_t>(x)
192 #define SkToU8(x) SkTo<uint8_t>(x)
193 #define SkToS16(x) SkTo<int16_t>(x)
194 #define SkToU16(x) SkTo<uint16_t>(x)
195 #define SkToS32(x) SkTo<int32_t>(x)
196 #define SkToU32(x) SkTo<uint32_t>(x)
197 #define SkToInt(x) SkTo<int>(x)
198 #define SkToUInt(x) SkTo<unsigned>(x)
199 #define SkToSizeT(x) SkTo<size_
[all...]
/external/skqp/include/core/
H A DSkTypes.h187 template <typename D, typename S> constexpr D SkTo(S s) { function
191 #define SkToS8(x) SkTo<int8_t>(x)
192 #define SkToU8(x) SkTo<uint8_t>(x)
193 #define SkToS16(x) SkTo<int16_t>(x)
194 #define SkToU16(x) SkTo<uint16_t>(x)
195 #define SkToS32(x) SkTo<int32_t>(x)
196 #define SkToU32(x) SkTo<uint32_t>(x)
197 #define SkToInt(x) SkTo<int>(x)
198 #define SkToUInt(x) SkTo<unsigned>(x)
199 #define SkToSizeT(x) SkTo<size_
[all...]

Completed in 47 milliseconds