Searched defs:unref (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h43 void unref() { function in class:GrFakeRefObj
/external/skia/src/gpu/gl/debug/
H A DGrFakeRefObj.h43 void unref() { function in class:GrFakeRefObj
/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h86 * Returns a ref() to the default typeface. The caller must call unref()
98 unref() when they are done.
110 unref() when they are done.
133 calling unref() when they are done with it.
236 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings
241 * It is the caller's responsibility to unref() the returned pointer.
265 * this call with unref() on the returned object.
H A DSkRefCnt.h21 When an owner wants to release its reference, it calls unref(). When the
22 shared object's reference count goes to zero as the result of an unref()
60 /** Increment the reference count. Must be balanced by a call to unref().
71 void unref() const { function in class:SkRefCnt
87 * Alias for unref(), for compatibility with WTF::RefPtr.
89 void deref() { this->unref(); }
128 before unref(), in case the two pointers point to the same object.
133 if (dst) dst->unref(); \
155 /** Check if the argument is non-null, and if so, call obj->unref()
159 obj->unref();
[all...]
/external/skia/include/core/
H A DSkTypeface.h86 * Returns a ref() to the default typeface. The caller must call unref()
98 unref() when they are done.
110 unref() when they are done.
133 calling unref() when they are done with it.
236 void unref() { SkDELETE(this); } function in class:SkTypeface::LocalizedStrings
241 * It is the caller's responsibility to unref() the returned pointer.
265 * this call with unref() on the returned object.
H A DSkRefCnt.h21 When an owner wants to release its reference, it calls unref(). When the
22 shared object's reference count goes to zero as the result of an unref()
60 /** Increment the reference count. Must be balanced by a call to unref().
71 void unref() const { function in class:SkRefCnt
87 * Alias for unref(), for compatibility with WTF::RefPtr.
89 void deref() { this->unref(); }
128 before unref(), in case the two pointers point to the same object.
133 if (dst) dst->unref(); \
155 /** Check if the argument is non-null, and if so, call obj->unref()
159 obj->unref();
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc57 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
95 unref(thr, pc, d->sync);
99 unref(thr, pc, s);
103 unref(thr, pc, s);
182 unref(thr, pc, d->sync);
207 unref(thr, pc, s);
/external/chromium_org/third_party/icu/source/common/
H A Dserv.cpp236 CacheEntry* unref() { function in class:CacheEntry
257 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
/external/chromium_org/third_party/icu/source/i18n/
H A Dcolldata.cpp463 void unref(CollData *collData);
574 void CollDataCache::unref(CollData *collData) function in class:CollDataCache
1035 cache->unref(collData);
H A Drbnf.cpp89 LocalizationInfo* unref(void) { function in class:LocalizationInfo
1523 if (localizations) localizations = localizations->unref();
/external/icu4c/common/
H A Dserv.cpp240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp71 void unref() { function in struct:SkBitmap::MipMap
313 fColorTable->unref();
373 this->setPixelRef(new SkMallocPixelRef(p, size.get32(), ctable, false))->unref();
393 fColorTable->unref();
401 fPixelRef->unref();
411 fMipMap->unref();
448 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
969 dst.setPixelRef(pixelRef)->unref();
1182 dst->setPixelRef(pixelRef, pixelRefOffset)->unref();
/external/icu4c/i18n/
H A Drbnf.cpp85 LocalizationInfo* unref(void) { function in class:LocalizationInfo
1511 if (localizations) localizations = localizations->unref();
/external/skia/src/core/
H A DSkBitmap.cpp71 void unref() { function in struct:SkBitmap::MipMap
313 fColorTable->unref();
373 this->setPixelRef(new SkMallocPixelRef(p, size.get32(), ctable, false))->unref();
393 fColorTable->unref();
401 fPixelRef->unref();
411 fMipMap->unref();
448 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
969 dst.setPixelRef(pixelRef)->unref();
1182 dst->setPixelRef(pixelRef, pixelRefOffset)->unref();

Completed in 526 milliseconds