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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrProgramElementRef.h66 SkTIsConst<T>::value>::type BlockRefType;
/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h226 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
H A DSkTemplates.h30 * SkTIsConst<T>::value is true if the type T is const.
33 template <typename T> struct SkTIsConst { struct
64 reinterpret_cast<typename SkTConstType<char, SkTIsConst<D>::value>::type*>(ptr) + byteOffset
/external/skia/include/core/
H A DSkRefCnt.h227 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
H A DSkTemplates.h30 * SkTIsConst<T>::value is true if the type T is const.
33 template <typename T> struct SkTIsConst { struct
64 reinterpret_cast<typename SkTConstType<char, SkTIsConst<D>::value>::type*>(ptr) + byteOffset

Completed in 426 milliseconds