Searched refs:unref (Results 176 - 200 of 232) sorted by relevance

12345678910

/external/skia/src/images/
H A DSkJpegUtility.cpp150 fStream->unref();
/external/skia/src/ports/
H A DSkImageRef_ashmem.cpp178 fCT->unref();
/external/skia/tests/
H A DUtilsTest.cpp50 r0->unref();
H A DBlitRowTest.cpp180 paint->setShader(s)->unref();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp68 m_frame->unref();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformDataAndroid.cpp171 metrics->unref();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.cpp162 addChild(normalLayers[i]->copy())->unref();
164 addChild(absoluteLayers[i]->copy())->unref();
167 addChild(layer.getChild(i)->copy())->unref();
171 addChild(layer.getChild(i)->copy())->unref();
205 // Don't unref m_surface, owned by BaseLayerAndroid
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DImageTexture.cpp119 device->unref();
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.cpp127 metrics->unref();
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc424 shader->unref();
605 shader->unref();
/external/skia/bench/
H A Dbenchmain.cpp197 grCtx->unref();
563 device->unref();
H A DRectBench.cpp177 paint.setShader(s)->unref();
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp105 fLinesIndexBuffer->unref();
106 fQuadsIndexBuffer->unref();
H A DGrResourceCache.cpp19 // we assume ownership of the resource, and will unref it when we die
24 fResource->unref();
H A DGrTextContext.cpp70 fCurrTexture->unref();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp138 INHERITED::setDevice(SkNEW_ARGS(DeferredDevice, (device)))->unref();
496 fRecordingCanvas->setDrawFilter(drawFilter)->unref();
H A DSkNWayCanvas.cpp30 canvas->unref();
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp453 layer->unref();
457 layer->unref();
/external/skia/include/core/
H A DSkTDArray.h263 (*iter)->unref();
/external/skia/samplecode/
H A DSampleXfermodes.cpp246 s->unref();
/external/skia/src/core/
H A DSkFlattenable.cpp357 ((SkRefCnt*)ptr)->unref();
H A DSkMetaData.cpp25 refcnt->unref();
/external/skia/src/views/
H A DSkWidget.cpp272 paint->setShader(SkGradientShader::CreateLinear(pts, colors, NULL, 2, SkShader::kMirror_TileMode))->unref();
/external/icu4c/i18n/
H A Dcolldata.cpp462 void unref(CollData *collData);
571 void CollDataCache::unref(CollData *collData) function in class:CollDataCache
1032 cache->unref(collData);
/external/skia/gm/
H A Dgmmain.cpp263 canvas->setDrawFilter(new BWTextDrawFilter)->unref();
285 canvas->setDevice(new SkDevice(*bitmap))->unref();
303 gc->setDevice(new SkGpuDevice(context, rt))->unref();

Completed in 387 milliseconds

12345678910