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

/external/chromium_org/third_party/skia/include/core/
H A DSkTemplates.h41 /** SkTConstType<T, CONST>::type will be 'const T' if CONST is true, 'T' otherwise. */
42 template <typename T, bool CONST> struct SkTConstType { struct
45 template <typename T> struct SkTConstType<T, true> { struct
64 reinterpret_cast<typename SkTConstType<char, SkTIsConst<D>::value>::type*>(ptr) + byteOffset
/external/skia/include/core/
H A DSkTemplates.h41 /** SkTConstType<T, CONST>::type will be 'const T' if CONST is true, 'T' otherwise. */
42 template <typename T, bool CONST> struct SkTConstType { struct
45 template <typename T> struct SkTConstType<T, true> { struct
64 reinterpret_cast<typename SkTConstType<char, SkTIsConst<D>::value>::type*>(ptr) + byteOffset

Completed in 234 milliseconds