HomeSort by relevance Sort by last modified time
    Searched defs:SkRefCnt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 17 /** \class SkRefCnt
19 SkRefCnt is the base class for objects that may be shared by multiple
27 class SK_API SkRefCnt : SkNoncopyable {
29 SK_DECLARE_INST_COUNT_ROOT(SkRefCnt)
33 SkRefCnt() : fRefCnt(1) {}
37 virtual ~SkRefCnt() {
115 // and conditionally call SkRefCnt::internal_dispose().
126 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
229 class SkAutoUnref : public SkAutoTUnref<SkRefCnt> {
231 SkAutoUnref(SkRefCnt* obj) : SkAutoTUnref<SkRefCnt>(obj) {
    [all...]
  /external/skia/include/core/
SkRefCnt.h 17 /** \class SkRefCnt
19 SkRefCnt is the base class for objects that may be shared by multiple
27 class SK_API SkRefCnt : SkNoncopyable {
29 SK_DECLARE_INST_COUNT_ROOT(SkRefCnt)
33 SkRefCnt() : fRefCnt(1) {}
37 virtual ~SkRefCnt() {
115 // and conditionally call SkRefCnt::internal_dispose().
126 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
229 class SkAutoUnref : public SkAutoTUnref<SkRefCnt> {
231 SkAutoUnref(SkRefCnt* obj) : SkAutoTUnref<SkRefCnt>(obj) {
    [all...]

Completed in 63 milliseconds