Searched defs:SkRefCnt (Results 1 - 1 of 1) sorted by last modified time

/external/skia/include/core/
H A DSkRefCnt.h113 // and conditionally call SkRefCnt::internal_dispose().
122 // It is the responsibility of the following include to define the type SkRefCnt.
123 // This SkRefCnt should normally derive from SkRefCntBase.
126 class SK_API SkRefCnt : public SkRefCntBase { }; class in inherits:SkRefCntBase
131 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
219 class SkAutoUnref : public SkAutoTUnref<SkRefCnt> {
221 SkAutoUnref(SkRefCnt* obj) : SkAutoTUnref<SkRefCnt>(obj) {}
225 // This is a variant of SkRefCnt that's Not Virtual, so weighs 4 bytes instead of 8 or 16.

Completed in 94 milliseconds