Searched refs:unref (Results 51 - 75 of 232) sorted by relevance

12345678910

/external/skia/src/pdf/
H A DSkPDFImage.cpp245 result->append(new SkPDFString(index))->unref();
274 paint))->unref();
286 insert("SMask", new SkPDFObjRef(mask))->unref();
309 one->unref(); // SkRefPtr and new both took a reference.
323 makeIndexedColorSpace(bitmap.getColorTable()))->unref();
339 zeroVal->unref(); // SkRefPtr and new both took a reference.
342 scale5Val->unref(); // SkRefPtr and new both took a reference.
345 scale6Val->unref(); // SkRefPtr and new both took a reference.
347 decodeValue->unref(); // SkRefPtr and new both took a reference.
H A DSkPDFDocument.cpp25 (*resourceList)[i]->unref();
62 fDocCatalog->unref(); // SkRefPtr and new both took a reference.
94 fDocCatalog->insert("Pages", new SkPDFObjRef(pageTreeRoot))->unref();
98 outputIntent->unref(); // SkRefPtr and new both took a reference.
99 outputIntent->insert("S", new SkPDFName("GTS_PDFA1"))->unref();
101 new SkPDFString("sRGB"))->unref();
103 intentArray->unref(); // SkRefPtr and new both took a reference.
246 fTrailerDict->unref(); // SkRefPtr and new both took a reference.
252 new SkPDFObjRef(fDocCatalog.get()))->unref();
/external/skia/gm/
H A Darithmode.cpp37 paint.setShader(s)->unref();
52 paint.setShader(s)->unref();
64 paint.setXfermode(xfer)->unref();
H A Dfilltypespersp.cpp60 paint.setShader(s)->unref();
88 bkgnrd.setShader(s)->unref();
H A Dgammatext.cpp29 paint->setTypeface(tf)->unref();
137 paint.setShader(s)->unref();
H A Dtilemodes.cpp44 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref();
51 paint->setShader(shader)->unref();
/external/skia/samplecode/
H A DSampleBlur.cpp27 ctable->unref();
100 paint.setMaskFilter(mf)->unref();
112 paint.setMaskFilter(mf)->unref();
H A DSamplePicture.cpp43 bm.setPixelRef(pr)->unref();
82 // unref fPicture in our destructor, and it will in turn take care of
84 fSubPicture->unref();
88 fPicture->unref();
H A DSampleImageDir.cpp46 paint.setShader(s)->unref();
109 stream->unref();
119 bitmap->setPixelRef(ref)->unref();
154 stream->unref();
177 stream->unref();
265 p.setColorFilter(cf)->unref();
H A DSampleTextBox.cpp57 tf0->unref();
58 tf1->unref();
H A DSampleGradients.cpp27 p.setShader(setgrad(r, 0xFF00FF00, 0x0000FF00))->unref();
32 p.setShader(setgrad(r, 0xFF00FF00, 0x00000000))->unref();
37 p.setShader(setgrad(r, 0xFF00FF00, 0x00FF0000))->unref();
158 paint.setShader(shader)->unref();
H A DSampleXfermodesBlur.cpp55 p.setMaskFilter(mf)->unref();
88 newFace->unref();
91 face->unref();
228 s->unref();
H A DSampleSlides.cpp32 corner->unref();
36 paint->setPathEffect(compose)->unref();
57 0))->unref();
81 SkPath1DPathEffect::kRotate_Style))->unref();
94 paint->setPathEffect(new SkDiscretePathEffect(10, 4))->unref();
108 paint->setPathEffect(MakeTileEffect())->unref();
236 shader->unref();
480 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
548 p.setPathEffect(new SkDiscretePathEffect(SK_Scalar1*4, SK_Scalar1*3))->unref();
560 p.setRasterizer(rast2)->unref();
[all...]
H A DSampleDitherBitmap.cpp32 p.setShader(s)->unref();
67 ctable->unref();
H A DSampleFilter.cpp32 ctable->unref();
53 paint->setShader(s)->unref();
/external/skia/src/effects/
H A DSkGroupShape.cpp53 rec.fShape->unref();
63 rec->fShape->unref();
124 this->appendShape(shape, mr)->unref();
/external/skia/src/core/
H A DSkColorFilter.cpp55 fFilter->unref();
56 fShader->unref();
/external/skia/src/gpu/gl/
H A DSkGLContext.cpp25 fGL->unref();
119 fGL->unref();
/external/skia/tests/
H A DPaintTest.cpp22 paint.setLooper(looper)->unref();
24 paint.setMaskFilter(mask)->unref();
H A DQuickRejectTest.cpp70 paint.setLooper(new TestLooper)->unref();
/external/skia/include/core/
H A DSkData.h81 * New or shared, the caller must see that unref() is eventually called.
97 * Specialized version of SkAutoTUnref<SkData> for automatically unref-ing a
124 fRef->unref();
/external/skia/src/text/
H A DSkTextLayout.cpp28 fDefaultStyle->unref();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCustomPlatformData.cpp45 // the unref is enough to release the font data...
68 stream->unref();
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DRasterRenderer.cpp95 device->unref();
/external/skia/bench/
H A DRepeatTileBench.cpp72 ctable->unref();
115 fPaint.setShader(s)->unref();

Completed in 1078 milliseconds

12345678910