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

/external/skia/gpu/include/
H A DGrRefCnt.h29 * It is an error (though only checked for in the debug build) to call unref()
49 void unref() const { function in class:GrRefCnt
84 * but otherwise it calls unref().
88 obj->unref();
102 dst->unref();
110 obj->unref();
/external/skia/include/core/
H A DSkRefCnt.h26 wants to release its reference, it calls unref(). When the shared object's
27 reference count goes to zero as the result of an unref() call, its (virtual)
46 /** Increment the reference count. Must be balanced by a call to unref().
58 void unref() const { function in class:SkRefCnt
71 * Utility class that simply unref's its argument in the destructor.
83 * so unref() will not be called in our destructor. A subsequent call to
105 before unref(), in case the two pointers point to the same object.
110 if (dst) dst->unref(); \
123 /** Check if the argument is non-null, and if so, call obj->unref()
127 obj->unref();
[all...]
/external/skia/include/effects/
H A DSkGroupShape.h16 /** Increment the reference count. Must be balanced by a call to unref().
28 void unref() const { function in class:SkTRefCnt
44 obj->unref();
103 mr->unref();
/external/bluetooth/glib/glib/
H A Dgmain.h70 void (*unref) (gpointer cb_data); member in struct:_GSourceCallbackFuncs
/external/icu4c/common/
H A Dserv.cpp236 CacheEntry* unref() { function in class:CacheEntry
257 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
/external/icu4c/i18n/
H A Dcolldata.cpp458 void unref(CollData *collData);
569 void CollDataCache::unref(CollData *collData) function in class:CollDataCache
1030 cache->unref(collData);
H A Drbnf.cpp89 LocalizationInfo* unref(void) { function in class:LocalizationInfo
1523 if (localizations) localizations = localizations->unref();
/external/skia/src/core/
H A DSkBitmap.cpp76 void unref() { function in struct:SkBitmap::MipMap
306 fColorTable->unref();
375 fColorTable->unref();
383 fPixelRef->unref();
393 fMipMap->unref();
439 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h459 unref() when they are done with the typeface.
471 unref() when they are done.
489 void (*unref)(ANPTypeface*); member in struct:ANPTypefaceInterfaceV0

Completed in 229 milliseconds