HomeSort by relevance Sort by last modified time
    Searched defs:SkTo (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkTypes.h 187 template <typename D, typename S> constexpr D SkTo(S s) {
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_t>(x
    [all...]
  /external/skqp/include/core/
SkTypes.h 187 template <typename D, typename S> constexpr D SkTo(S s) {
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_t>(x
    [all...]

Completed in 592 milliseconds