Searched refs:SkTConstType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrProgramElementRef.h65 typedef typename SkTConstType<typename SkAutoTUnref<T>::template BlockRef<T>,
/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
H A DSkRefCnt.h226 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
/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
H A DSkRefCnt.h227 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;

Completed in 529 milliseconds