Searched defs:SkRefCntBase (Results 1 - 2 of 2) sorted by relevance

/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 88 milliseconds