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

/external/skia/include/core/
H A DSkRefCnt.h19 /** \class SkRefCntBase
21 SkRefCntBase is the base class for objects that may be shared by multiple
29 class SK_API SkRefCntBase : SkNoncopyable { class in inherits:SkNoncopyable
33 SkRefCntBase() : fRefCnt(1) {} function in class:SkRefCntBase
37 virtual ~SkRefCntBase() {
122 // This SkRefCnt should normally derive from SkRefCntBase.
125 class SK_API SkRefCnt : public SkRefCntBase {
214 // Implementation is pretty much the same as SkRefCntBase. All required barriers are the same:

Completed in 1406 milliseconds