HomeSort by relevance Sort by last modified time
    Searched full:unref (Results 251 - 275 of 372) sorted by null

<<1112131415

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImageTexture.cpp 118 device->unref();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 127 metrics->unref();
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 383 m_currentContext->unref();
  /external/dbus/dbus/
dbus-keyring.c 761 our_credentials = NULL; /* so we don't unref it again later */
1132 /* Test ref/unref */
1139 /* really unref */
dbus-dataslot.c 159 * The slot value is reset to -1 if this is the last unref.
  /external/icu4c/i18n/
colldata.cpp 462 void unref(CollData *collData);
571 void CollDataCache::unref(CollData *collData) function in class:CollDataCache
1032 cache->unref(collData);
  /external/skia/gm/
gmmain.cpp 263 canvas->setDrawFilter(new BWTextDrawFilter)->unref();
285 canvas->setDevice(new SkDevice(*bitmap))->unref();
303 gc->setDevice(new SkGpuDevice(context, rt))->unref();
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 440 paint->setPathEffect(new SkDashPathEffect(intervals, 2, SkIntToScalar(phase)))->unref();
749 drawBufTex->unref();
752 m_canvas->setDevice(device)->unref();
  /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...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 166 gTypefaceI.unref(tf);
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 97 gTypefaceI.unref(tf);
  /external/bluetooth/glib/glib/
giochannel.h 130 guint close_on_unref : 1; /* Close the channel on final unref */
  /external/skia/src/core/
SkFlattenable.cpp 357 ((SkRefCnt*)ptr)->unref();
SkPictureFlat.cpp 234 fArray[i]->unref();
  /external/skia/src/utils/
SkNinePatch.cpp 246 p.setShader(shader)->unref();
  /external/skia/src/views/
SkWidgets.cpp 258 paint->setMaskFilter(new SkEmbossMaskFilter(light, radius))->unref();
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 69 m_frame->unref();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
context.h 91 * interaction will be a single call to the objects unref function.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
context.h 91 * interaction will be a single call to the objects unref function.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
context.h 91 * interaction will be a single call to the objects unref function.
  /bootable/recovery/minadbd/
transport.c 558 D("transport: %s unref (kicking and closing)\n", t->serial);
566 D("transport: %s unref (count=%d)\n", t->serial, t->ref_count);
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 424 shader->unref();
605 shader->unref();
  /external/icu4c/common/
serv.cpp 236 CacheEntry* unref() { function in class:CacheEntry
257 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 105 fLinesIndexBuffer->unref();
106 fQuadsIndexBuffer->unref();
  /external/skia/src/pipe/
SkGPipeWrite.cpp 249 this->setDevice(device)->unref();
781 fCanvas->unref();

Completed in 2146 milliseconds

<<1112131415