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

  /sdk/emulator/opengl/tests/ut_renderer/
RendererObject.h 25 void unref() { m_count--; } function in class:RendererObject
  /external/skia/legacy/include/effects/
SkGroupShape.h 23 /** Increment the reference count. Must be balanced by a call to unref().
35 void unref() const { function in class:SkTRefCnt
51 obj->unref();
110 mr->unref();
125 /** Unref the specified index, and remove it from the child list. If index
  /external/skia/src/gpu/gl/debug/
GrFakeRefObj.h 43 void unref() { function in class:GrFakeRefObj
  /external/skia/legacy/include/core/
SkRefCnt.h 19 wants to release its reference, it calls unref(). When the shared object's
20 reference count goes to zero as the result of an unref() call, its (virtual)
44 /** Increment the reference count. Must be balanced by a call to unref().
56 void unref() const { function in class:SkRefCnt
76 before unref(), in case the two pointers point to the same object.
81 if (dst) dst->unref(); \
94 /** Check if the argument is non-null, and if so, call obj->unref()
98 obj->unref();
105 * Utility class that simply unref's its argument in the destructor.
122 * so unref() will not be called in our destructor. A subsequent call t
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 57 static void unref(ThreadState *thr, uptr pc, FdSync *s) { function in namespace:__tsan
94 unref(thr, pc, d->sync);
98 unref(thr, pc, s);
102 unref(thr, pc, s);
181 unref(thr, pc, d->sync);
206 unref(thr, pc, s);
  /external/skia/include/core/
SkRefCnt.h 21 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()
48 /** Increment the reference count. Must be balanced by a call to unref().
59 void unref() const { function in class:SkRefCnt
80 * Alias for unref(), for compatibility with scoped_refptr.
82 void Release() { this->unref(); }
120 before unref(), in case the two pointers point to the same object.
125 if (dst) dst->unref(); \
147 /** Check if the argument is non-null, and if so, call obj->unref()
151 obj->unref();
    [all...]
  /external/icu4c/common/
serv.cpp 240 CacheEntry* unref() { function in class:CacheEntry
261 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
  /external/icu4c/i18n/
colldata.cpp 473 void unref(CollData *collData);
576 void CollDataCache::unref(CollData *collData) function in class:CollDataCache
1038 cache->unref(collData);
rbnf.cpp 85 LocalizationInfo* unref(void) { function in class:LocalizationInfo
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 69 void unref() { function in struct:SkBitmap::MipMap
299 fColorTable->unref();
376 fColorTable->unref();
384 fPixelRef->unref();
394 fMipMap->unref();
441 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
967 dst->setPixelRef(pixelRef)->unref();
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 71 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();
930 dst.setPixelRef(pixelRef)->unref();
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 459 unref() when they are done with the typeface.
471 unref() when they are done.
489 void (*unref)(ANPTypeface*); member in struct:ANPTypefaceInterfaceV0
    [all...]

Completed in 2070 milliseconds