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

/external/skia/include/core/
H A DSkRefCnt.h112 // and conditionally call SkRefCnt::internal_dispose().
121 // It is the responsibility of the following include to define the type SkRefCnt.
122 // This SkRefCnt should normally derive from SkRefCntBase.
125 class SK_API SkRefCnt : public SkRefCntBase { class in inherits:SkRefCntBase
136 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
206 // This is a variant of SkRefCnt that's Not Virtual, so weighs 4 bytes instead of 8 or 16.
242 * This can be used for classes inheriting from SkRefCnt, but it also works for other
/external/skqp/include/core/
H A DSkRefCnt.h112 // and conditionally call SkRefCnt::internal_dispose().
121 // It is the responsibility of the following include to define the type SkRefCnt.
122 // This SkRefCnt should normally derive from SkRefCntBase.
125 class SK_API SkRefCnt : public SkRefCntBase { class in inherits:SkRefCntBase
136 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
206 // This is a variant of SkRefCnt that's Not Virtual, so weighs 4 bytes instead of 8 or 16.
242 * This can be used for classes inheriting from SkRefCnt, but it also works for other

Completed in 196 milliseconds