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

  /external/chromium_org/third_party/skia/include/gpu/
GrProgramElementRef.h 66 SkTIsConst<T>::value>::type BlockRefType;
73 BlockRefType *operator->() const {
74 return static_cast<BlockRefType*>(fObj);
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 226 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
234 BlockRefType *operator->() const {
235 return static_cast<BlockRefType*>(fObj);

Completed in 283 milliseconds