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

  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 212 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
220 BlockRefType *operator->() const {
221 return static_cast<BlockRefType*>(fObj);
  /external/skia/include/core/
SkRefCnt.h 212 typedef typename SkTConstType<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
220 BlockRefType *operator->() const {
221 return static_cast<BlockRefType*>(fObj);

Completed in 786 milliseconds