Searched refs:unref (Results 101 - 125 of 232) sorted by relevance

12345678910

/external/skia/samplecode/
H A DSampleTiling.cpp46 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref();
53 paint->setShader(shader)->unref();
79 fTextPicture->unref();
H A DSampleAvoid.cpp42 fShader->unref();
H A DSampleCode.h87 fFact->unref();
H A DSampleDegenerateTwoPtRadials.cpp33 paint.setShader(s)->unref();
H A DSampleNinePatch.cpp30 canvas.setDevice(dev)->unref();
H A DSampleShaderText.cpp34 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref();
192 paint.setShader(shaders[s])->unref();
H A DSampleSkLayer.cpp180 fRootLayer->addChild(child)->unref();
194 fRootLayer->addChild(child)->unref();
/external/skia/src/pdf/
H A DSkPDFDevice.cpp975 fResourceDict->unref(); // SkRefPtr and new both took a reference.
979 extGState->unref(); // SkRefPtr and new both took a reference.
985 new SkPDFObjRef(fGraphicStateResources[i]))->unref();
992 xObjects->unref(); // SkRefPtr and new both took a reference.
998 new SkPDFObjRef(fXObjectResources[i]))->unref();
1005 fonts->unref(); // SkRefPtr and new both took a reference.
1010 new SkPDFObjRef(fFontResources[i]))->unref();
1017 patterns->unref(); // SkRefPtr and new both took a reference.
1022 new SkPDFObjRef(fShaderResources[i]))->unref();
1031 procSets->unref(); // SkRefPt
[all...]
/external/skia/bench/
H A DShaderMaskBench.cpp50 fPaint.setShader(new SkColorShader)->unref();
H A DGradientBench.cpp174 fShader->unref();
235 paint.setShader(s)->unref();
/external/skia/gm/
H A Dcolormatrix.cpp52 paint.setColorFilter(filter)->unref();
H A Dninepatchstretch.cpp29 canvas.setDevice(dev)->unref();
H A Dshadertext.cpp35 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref();
191 paint.setShader(shaders[s])->unref();
/external/skia/src/core/
H A DSkTypefaceCache.cpp57 face->unref();
/external/skia/src/utils/
H A DSkMeshUtils.cpp97 SkShader::kClamp_TileMode))->unref();
H A DSkLayer.cpp116 this->unref(); // this call might delete us
126 child->unref();
/external/skia/src/views/
H A DSkParsePaint.cpp108 paint->setShader(shader)->unref();
/external/skia/tests/
H A DFlateTest.cpp66 testStream->setData(data1.get())->unref();
H A Dskia_test.cpp24 fReporter->unref();
H A DDeferredCanvasTest.cpp112 paint.setShader(shader)->unref();
134 paint.setShader(shader)->unref();
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp84 paint->setShader(s)->unref();
172 SkBlurMaskFilter::kNormal_BlurStyle, flags))->unref();
410 paint->setLooper(looper)->unref();
478 paint->setPathEffect(pe)->unref();
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGaneshContext.cpp164 renderTarget->unref();
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheLinux.cpp158 tf->unref();
/external/chromium/chrome/browser/chromeos/login/
H A Drounded_rect_painter.cc51 // Need to unref shader, otherwise never deleted.
52 s->unref();
89 paint.setMaskFilter(filter)->unref();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageBufferAndroid.cpp108 ref->unref();
260 streamData->unref();

Completed in 443 milliseconds

12345678910