Searched refs:unref (Results 26 - 50 of 232) sorted by relevance

12345678910

/external/skia/src/pdf/
H A DSkPDFGraphicState.cpp117 domainAndRange->unref(); // SkRefPtr and new both took a reference.
125 psInvertStream->unref(); // SkRefPtr and new both took a reference.
143 sMaskDict->unref(); // SkRefPtr and new both took a reference.
145 sMaskDict->insert("G", new SkPDFObjRef(sMask))->unref();
159 sMaskDict->insert("TR", new SkPDFObjRef(invertFunction))->unref();
205 alpha->unref(); // SkRefPtr and new both took a reference.
225 insert("SA", new SkPDFBool(true))->unref(); // Auto stroke adjustment.
H A DSkPDFFont.cpp164 staticStream->unref(); // new and SkRefPtr both took a ref.
322 advanceArray->unref(); // SkRefPtr and new both took a ref.
527 cmapStream->unref(); // SkRefPtr and new took a reference.
543 fontData->unref(); // SkRefPtr and OpenStream both took a ref.
924 fFontInfo->fEmSize))->unref();
976 insert("ToUnicode", new SkPDFObjRef(pdfCmap.get()))->unref();
1016 descendantFonts->unref(); // SkRefPtr and new took a reference.
1017 descendantFonts->append(new SkPDFObjRef(newCIDFont))->unref();
1041 descriptor->unref(); // SkRefPtr and new both took a ref.
1061 new SkPDFObjRef(fontStream.get()))->unref();
[all...]
H A DSkPDFStream.cpp29 fData->unref(); // SkRefPtr and new both took a reference.
99 fData->unref(); // SkRefPtr and new both took a reference.
111 fSubstitute->unref(); // SkRefPtr and new both took a reference.
/external/skia/include/core/
H A DSkRefCnt.h19 wants to release its reference, it calls unref(). When the shared object's
20 reference count goes to zero as the result of an unref() call, its (virtual)
44 /** Increment the reference count. Must be balanced by a call to unref().
56 void unref() const { function in class:SkRefCnt
76 before unref(), in case the two pointers point to the same object.
81 if (dst) dst->unref(); \
94 /** Check if the argument is non-null, and if so, call obj->unref()
98 obj->unref();
105 * Utility class that simply unref's its argument in the destructor.
122 * so unref() wil
[all...]
/external/skia/include/effects/
H A DSkGroupShape.h23 /** Increment the reference count. Must be balanced by a call to unref().
35 void unref() const { function in class:SkTRefCnt
51 obj->unref();
110 mr->unref();
/external/skia/samplecode/
H A DSampleEffects.cpp43 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
49 SkBlurMaskFilter::CreateEmboss(dir, 0.1f, 0.05f, 1))->unref();
56 SkShader::kMirror_TileMode))->unref();
H A DSampleTextureDomain.cpp67 secondDevice->unref();
89 paint.setMaskFilter(mf)->unref();
101 paint.setMaskFilter(mf)->unref();
H A DSampleAll.cpp80 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
141 p.setPathEffect(new SkDiscretePathEffect(SK_Scalar1*4, SK_Scalar1*3))->unref();
152 p.setRasterizer(rast2)->unref();
191 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
201 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();
264 p.setPathEffect(new Line2DPathEffect(SK_Scalar1*2, lattice))->unref();
316 paint->setRasterizer(rast)->unref();
321 paint->setMaskFilter(SkBlurMaskFilter::CreateEmboss(dir, SK_Scalar1/4, SkIntToScalar(4), SkIntToScalar(3)))->unref();
464 SkShader::kMirror_TileMode, SkShader::kRepeat_TileMode))->unref();
472 paint.setXfermode(xfermode)->unref();
[all...]
H A DSample2PtRadial.cpp41 paint.setShader(s)->unref();
H A DSampleBigGradient.cpp38 p.setShader(make_grad(this->width(), this->height()))->unref();
H A DSampleClamp.cpp32 fGrad->unref();
H A DSampleBitmapRect.cpp34 canvas.setDevice(dev)->unref();
48 SkShader::kClamp_TileMode))->unref();
H A DSampleTextEffects.cpp67 SkBlurMaskFilter::kNormal_BlurStyle))->unref();
130 p.setPathEffect(new SkDiscretePathEffect(SK_Scalar1*4, SK_Scalar1*3))->unref();
141 p.setRasterizer(rast2)->unref();
158 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
168 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
234 p.setPathEffect(new Line2DPathEffect(SK_Scalar1*2, lattice))->unref();
289 paint->setRasterizer(rast)->unref();
294 paint->setMaskFilter(SkBlurMaskFilter::CreateEmboss(dir, SK_Scalar1/4, SkIntToScalar(4), SkIntToScalar(3)))->unref();
350 gLightingColors[index].fAdd))->unref();
/external/skia/bench/
H A DBenchGpuTimer_gl.cpp30 fContext->unref();
/external/skia/gm/
H A Dimageblur.cpp33 paint.setImageFilter(new SkBlurImageFilter(24.0f, 0.0f))->unref();
H A Dblurs.cpp55 paint.setMaskFilter(mf)->unref();
71 paint.setMaskFilter(mf)->unref();
H A Dgradtext.cpp75 paint.setShader(make_grad(SkIntToScalar(80)))->unref();
80 paint.setShader(make_grad2(SkIntToScalar(80)))->unref();
H A Dmorphology.cpp72 samples[i].fRadiusY))->unref();
76 samples[i].fRadiusY))->unref();
/external/skia/src/gpu/
H A DGrTexture.cpp48 fRenderTarget->unref();
/external/skia/tests/
H A DDrawPathTest.cpp38 canvas->unref();
H A DDataRefTest.cpp54 tmp->unref();
57 tmp->unref();
H A DPremulAlphaRoundTripTest.cpp53 false))->unref();
62 256))->unref();
H A DXfermodeTest.cpp34 xfer->unref();
46 bogusXfer->unref();
/external/webkit/Source/WebKit/android/plugins/
H A DSkANP.h63 skcanvas->unref();
/external/chromium/chrome/browser/chromeos/login/
H A Dusername_view.cc150 gradient_shader->unref();
151 solid_shader->unref();
154 paint.setShader(composite_shader)->unref();
179 gradient_shader->unref();
180 image_shader->unref();
183 paint.setShader(composite_shader)->unref();

Completed in 301 milliseconds

12345678910