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

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Dalphagradients.cpp33 paint.setShader(s)->unref();
H A Dblurquickreject.cpp61 blurPaint.setMaskFilter(mf)->unref();
H A Dimagealphathreshold.cpp56 SkAlphaThresholdFilter::Create(region, 0.2f, 0.7f))->unref();
H A Dstroketext.cpp58 p.setPathEffect(SkDashPathEffect::Create(intervals, SK_ARRAY_COUNT(intervals), phase))->unref();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDash.cpp33 paint->setShader(s)->unref();
H A DSampleRepeatTile.cpp41 paint->setShader(shader)->unref();
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.cpp30 fArray[i]->unref();
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp79 fDocCatalog->unref();
103 fDocCatalog->insert("Pages", new SkPDFObjRef(pageTreeRoot))->unref();
107 outputIntent->insert("S", new SkPDFName("GTS_PDFA1"))->unref();
109 new SkPDFString("sRGB"))->unref();
156 fDocCatalog->insert("Dests", SkNEW_ARGS(SkPDFObjRef, (raw_dests)))->unref();
343 fTrailerDict->insert("Root", new SkPDFObjRef(fDocCatalog))->unref();
H A DSkPDFFont.cpp1021 fFontInfo->fEmSize))->unref();
1075 insert("ToUnicode", new SkPDFObjRef(pdfCmap.get()))->unref();
1119 descendantFonts->append(new SkPDFObjRef(newCIDFont.get()))->unref();
1145 insert("FontDescriptor", new SkPDFObjRef(descriptor.get()))->unref();
1177 new SkPDFObjRef(fontStream.get()))->unref();
1194 new SkPDFObjRef(fontStream.get()))->unref();
1243 sysInfo->insert("Registry", new SkPDFString("Adobe"))->unref();
1244 sysInfo->insert("Ordering", new SkPDFString("Identity"))->unref();
1277 new SkPDFArray))->unref();
1302 insert("FontDescriptor", new SkPDFObjRef(descriptor))->unref();
[all...]
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkBorderView.cpp91 this->setLayout(layout)->unref();
/external/skia/bench/
H A DDeferredCanvasBench.cpp33 device->unref();
H A DMagnifierBench.cpp45 SkIntToScalar(h / 2)), 100))->unref();
H A DMorphologyBench.cpp77 paint.setImageFilter(mf)->unref();
/external/skia/gm/
H A Dalphagradients.cpp33 paint.setShader(s)->unref();
H A Dblurquickreject.cpp61 blurPaint.setMaskFilter(mf)->unref();
H A Dimagealphathreshold.cpp56 SkAlphaThresholdFilter::Create(region, 0.2f, 0.7f))->unref();
H A Dstroketext.cpp58 p.setPathEffect(SkDashPathEffect::Create(intervals, SK_ARRAY_COUNT(intervals), phase))->unref();
/external/skia/samplecode/
H A DSampleDash.cpp33 paint->setShader(s)->unref();
H A DSampleRepeatTile.cpp41 paint->setShader(shader)->unref();
H A DSampleTextAlpha.cpp75 paint.getMaskFilter()->unref();
/external/skia/src/core/
H A DSkPictureFlat.cpp30 fArray[i]->unref();
/external/skia/src/effects/
H A DSkRectShaderImageFilter.cpp73 paint.setShader(SkShader::CreateLocalMatrixShader(fShader, matrix))->unref();
/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp34 fGpu->unref();
/external/skia/src/pdf/
H A DSkPDFDocument.cpp79 fDocCatalog->unref();
103 fDocCatalog->insert("Pages", new SkPDFObjRef(pageTreeRoot))->unref();
107 outputIntent->insert("S", new SkPDFName("GTS_PDFA1"))->unref();
109 new SkPDFString("sRGB"))->unref();
156 fDocCatalog->insert("Dests", SkNEW_ARGS(SkPDFObjRef, (raw_dests)))->unref();
343 fTrailerDict->insert("Root", new SkPDFObjRef(fDocCatalog))->unref();
/external/skia/src/views/animated/
H A DSkBorderView.cpp91 this->setLayout(layout)->unref();

Completed in 3718 milliseconds

1234567891011>>