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

  /external/chromium_org/skia/config/
sk_ref_cnt_ext_release.h 9 #error Only one SkRefCnt should be used.
12 // Alternate implementation of SkRefCnt for Chromium release builds
13 class SK_API SkRefCnt : public SkRefCntBase {
sk_ref_cnt_ext_debug.h 9 #error Only one SkRefCnt should be used.
12 // Alternate implementation of SkRefCnt for Chromium debug builds
13 class SK_API SkRefCnt : public SkRefCntBase {
15 SkRefCnt() : flags_(0) {}
32 inline void adopted(const SkRefCnt* object) {
37 inline void requireAdoption(const SkRefCnt* object) {
  /external/skia/include/ports/
SkRefCnt_android.h 12 * Android's version of SkRefCnt.
15 * that calls SkRefCnt::deref(), can link against the system's copy of Skia.
17 class SK_API SkRefCnt : public SkRefCntBase {
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 115 // and conditionally call SkRefCnt::internal_dispose().
125 // It is the responsibility of the following include to define the type SkRefCnt.
126 // This SkRefCnt should normally derive from SkRefCntBase.
129 class SK_API SkRefCnt : public SkRefCntBase { };
134 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
245 class SkAutoUnref : public SkAutoTUnref<SkRefCnt> {
247 SkAutoUnref(SkRefCnt* obj) : SkAutoTUnref<SkRefCnt>(obj) {}
253 SkAutoRef(SkRefCnt* obj) : fObj(obj) { SkSafeRef(obj); }
256 SkRefCnt* fObj
    [all...]
  /external/skia/include/core/
SkRefCnt.h 115 // and conditionally call SkRefCnt::internal_dispose().
125 // It is the responsibility of the following include to define the type SkRefCnt.
126 // This SkRefCnt should normally derive from SkRefCntBase.
129 class SK_API SkRefCnt : public SkRefCntBase { };
134 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
245 class SkAutoUnref : public SkAutoTUnref<SkRefCnt> {
247 SkAutoUnref(SkRefCnt* obj) : SkAutoTUnref<SkRefCnt>(obj) {}
253 SkAutoRef(SkRefCnt* obj) : fObj(obj) { SkSafeRef(obj); }
256 SkRefCnt* fObj
    [all...]

Completed in 114 milliseconds