HomeSort by relevance Sort by last modified time
    Searched defs:SkRefCnt (Results 1 - 3 of 3) 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/chromium_org/third_party/skia/include/core/
SkRefCnt.h 115 // and conditionally call SkRefCnt::internal_dispose().
124 // It is the responsibility of the following include to define the type SkRefCnt.
125 // This SkRefCnt should normally derive from SkRefCntBase.
128 class SK_API SkRefCnt : public SkRefCntBase { };
133 /** Helper macro to safely assign one SkRefCnt[TS]* to another, checking for
244 class SkAutoUnref : public SkAutoTUnref<SkRefCnt> {
246 SkAutoUnref(SkRefCnt* obj) : SkAutoTUnref<SkRefCnt>(obj) {}

Completed in 63 milliseconds