Searched refs:unref (Results 201 - 225 of 232) sorted by relevance

12345678910

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp440 paint->setPathEffect(new SkDashPathEffect(intervals, 2, SkIntToScalar(phase)))->unref();
749 drawBufTex->unref();
752 m_canvas->setDevice(device)->unref();
H A DImageSkia.cpp427 paint.setShader(shader)->unref();
H A DGraphicsContextSkia.cpp551 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
678 shader->unref();
/external/skia/src/core/
H A DSkCanvas.cpp89 fDevice->unref();
429 this->init(SkNEW_ARGS(SkDevice, (bitmap)))->unref();
443 this->init(SkNEW_ARGS(SkDevice, (bitmap)))->unref();
561 device->unref();
792 device->unref();
H A DSkPictureFlat.cpp234 fArray[i]->unref();
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.cc92 // Need to unref shader, otherwise never deleted.
93 s->unref();
/external/skia/src/gpu/
H A DSkGpuDevice.cpp182 this->setPixelRef(pr, 0)->unref();
238 this->setPixelRef(pr, 0)->unref();
258 fContext->unref();
1330 SkShader::kClamp_TileMode, SkShader::kClamp_TileMode))->unref();
H A DGrDrawTarget.cpp595 geoSrc.fVertexBuffer->unref();
618 geoSrc.fIndexBuffer->unref();
H A DGrInOrderDrawBuffer.cpp341 fDraws[d].fVertexBuffer->unref();
/external/skia/src/utils/
H A DSkNinePatch.cpp246 p.setShader(shader)->unref();
/external/skia/src/views/
H A DSkWidgets.cpp258 paint->setMaskFilter(new SkEmbossMaskFilter(light, radius))->unref();
H A DSkView.cpp525 this->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
H A DPluginWidgetAndroid.cpp166 m_layer->unref();
/external/icu4c/common/
H A Dserv.cpp236 CacheEntry* unref() { function in class:CacheEntry
257 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp249 this->setDevice(device)->unref();
781 fCanvas->unref();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp112 paint->setLooper(looper)->unref();
157 p->setColorFilter(cf)->unref();
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc537 shader->unref();
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.cpp333 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp75 // m_videoLayer is reference counted, unref is enough here.
76 m_videoLayer->unref();
/external/icu4c/i18n/
H A Drbnf.cpp89 LocalizationInfo* unref(void) { function in class:LocalizationInfo
1531 if (localizations) localizations = localizations->unref();
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp217 // since we will unref the GrGLInterface.
551 sb->unref();
1085 sb->unref();
1089 sb->unref();
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc450 shader->unref();
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc1014 shader->unref();
/external/skia/tests/
H A DCanvasTest.cpp300 paint.setShader(shader)->unref();

Completed in 424 milliseconds

12345678910