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

/external/skia/include/ports/
H A DSkRefCnt_android.h17 class SK_API SkRefCnt : public SkRefCntBase {
19 void deref() const { SkRefCntBase::unref(); }
/external/chromium_org/skia/config/
H A Dsk_ref_cnt_ext_release.h13 class SK_API SkRefCnt : public SkRefCntBase {
15 void deref() const { SkRefCntBase::unref(); }
H A Dsk_ref_cnt_ext_debug.h13 class SK_API SkRefCnt : public SkRefCntBase {
16 void ref() const { SkASSERT(flags_ != AdoptionRequired_Flag); SkRefCntBase::ref(); }
19 void deref() const { SkRefCntBase::unref(); }
/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h18 /** \class SkRefCntBase
20 SkRefCntBase is the base class for objects that may be shared by multiple
28 class SK_API SkRefCntBase : SkNoncopyable { class in inherits:SkNoncopyable
30 SK_DECLARE_INST_COUNT_ROOT(SkRefCntBase)
34 SkRefCntBase() : fRefCnt(1) {} function in class:SkRefCntBase
38 virtual ~SkRefCntBase() {
125 // This SkRefCnt should normally derive from SkRefCntBase.
128 class SK_API SkRefCnt : public SkRefCntBase { };
/external/skia/include/core/
H A DSkRefCnt.h18 /** \class SkRefCntBase
20 SkRefCntBase is the base class for objects that may be shared by multiple
28 class SK_API SkRefCntBase : SkNoncopyable { class in inherits:SkNoncopyable
30 SK_DECLARE_INST_COUNT_ROOT(SkRefCntBase)
34 SkRefCntBase() : fRefCnt(1) {} function in class:SkRefCntBase
38 virtual ~SkRefCntBase() {
126 // This SkRefCnt should normally derive from SkRefCntBase.
129 class SK_API SkRefCnt : public SkRefCntBase { };

Completed in 1075 milliseconds