Searched refs:unref (Results 1 - 25 of 232) sorted by relevance

12345678910

/external/skia/src/gpu/
H A DGrAddPathRenderers_tesselated.cpp16 chain->addPathRenderer(new GrTesselatedPathRenderer())->unref();
H A DGrAddPathRenderers_default.cpp19 chain->addPathRenderer(pr)->unref();
21 chain->addPathRenderer(new GrAAConvexPathRenderer())->unref();
H A DSkGpuCanvas.cpp23 this->setDevice(new SkGpuDevice(context, renderTarget))->unref();
30 fContext->unref();
H A DGrPathRendererChain.cpp24 fChain[i]->unref();
55 this->addPathRenderer(new GrDefaultPathRenderer(twoSided, wrapOp))->unref();
/external/skia/src/pdf/
H A DSkPDFFormXObject.cpp26 content->unref(); // SkRefPtr and content() both took a reference.
41 insert("Matrix", SkPDFUtils::MatrixToArray(inverse))->unref();
47 group->unref(); // SkRefPtr and new both took a reference.
49 group->insert("I", new SkPDFBool(true))->unref(); // Isolated.
H A DSkPDFPage.cpp29 content->unref(); // SkRefPtr and content() both took a reference.
31 fContentStream->unref(); // SkRefPtr and new both took a reference.
32 insert("Contents", new SkPDFObjRef(fContentStream.get()))->unref();
64 kidsName->unref(); // SkRefPtr and new both took a reference.
66 countName->unref(); // SkRefPtr and new both took a reference.
68 parentName->unref(); // SkRefPtr and new both took a reference.
92 newNodeRef->unref(); // SkRefPtr and new both took a reference.
95 kids->unref(); // SkRefPtr and new both took a reference.
101 kids->append(new SkPDFObjRef(curNodes[i]))->unref();
119 newNode->insert(countName.get(), new SkPDFInt(pageCount))->unref();
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreRefObject.h43 obj->unref();
/external/skia/src/views/
H A DSkViewPriv.h25 fLayout->unref();
40 fArtist->unref();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DBitmapAllocatorAndroid.cpp54 fStream->unref();
67 bitmap->setPixelRef(ref)->unref();
/external/skia/tests/
H A DPDFPrimitivesTest.cpp101 streamData->unref(); // SkRefPtr and new both took a reference.
103 stream->unref(); // SkRefPtr and new both took a reference.
107 stream->insert("Attribute", new SkPDFInt(42))->unref();
120 stream->unref(); // SkRefPtr and new both took a reference.
152 int1->unref(); // SkRefPtr and new both took a reference.
154 int2->unref(); // SkRefPtr and new both took a reference.
156 int3->unref(); // SkRefPtr and new both took a reference.
179 int1->unref(); // SkRefPtr and new both took a reference.
181 int2->unref(); // SkRefPtr and new both took a reference.
183 int2ref->unref(); // SkRefPt
[all...]
H A DShaderOpacityTest.cpp22 shader->unref();
32 shader->unref();
40 shader->unref();
48 shader->unref();
69 grad->unref();
77 grad->unref();
85 grad->unref();
93 grad->unref();
/external/skia/include/gpu/
H A DGrRefCnt.h28 obj->unref();
/external/skia/samplecode/
H A DSamplePathEffects.cpp49 outer->unref();
50 inner->unref();
66 outer->unref();
67 inner->unref();
159 paint.setPathEffect(make_pe(1))->unref();
166 paint.setPathEffect(make_pe(2))->unref();
172 paint.setPathEffect(make_pe(3))->unref();
178 paint.setPathEffect(make_warp_pe())->unref();
179 paint.setRasterizer(new testrast)->unref();
H A DSampleEmboss.cpp56 paint.setMaskFilter(new SkEmbossMaskFilter(fLight, SkIntToScalar(4)))->unref();
57 paint.setShader(new SkColorShader(SK_ColorBLUE))->unref();
H A DSampleShaders.cpp43 shaderA->unref();
44 shaderB->unref();
45 mode->unref();
76 shaderA->unref();
77 shaderB->unref();
78 mode->unref();
117 paint.setShader(make_bitmapfade(fBitmap))->unref();
120 paint.setShader(new SkTransparentShader)->unref();
H A DSampleShapes.cpp62 fGroup.appendShape(make_shape0(false))->unref();
65 fGroup.appendShape(make_shape0(true), m)->unref();
68 fGroup.appendShape(make_shape1(), m)->unref();
70 fGroup.appendShape(make_shape2(), m)->unref();
103 newPict->unref();
148 pict->unref();
H A DSampleAnimatedGradient.cpp60 paint.setShader(shader1)->unref();
69 paint.setShader(shader2)->unref();
76 paint.setShader(shader3)->unref();
83 paint.setShader(shader4)->unref();
H A DSampleBigBlur.cpp36 paint.setMaskFilter(mf)->unref();
H A DSampleTinyBitmap.cpp27 ctable->unref();
71 paint.setShader(s)->unref();
/external/skia/gm/
H A Dtinybitmap.cpp26 ctable->unref();
55 paint.setShader(s)->unref();
H A Dshapes.cpp56 fGroup.appendShape(make_shape0(false))->unref();
59 fGroup.appendShape(make_shape0(true), m)->unref();
62 fGroup.appendShape(make_shape1(), m)->unref();
64 fGroup.appendShape(make_shape2(), m)->unref();
111 pict->unref();
H A Dpatheffects.cpp24 corner->unref();
28 paint->setPathEffect(compose)->unref();
49 0))->unref();
73 SkPath1DPathEffect::kRotate_Style))->unref();
86 paint->setPathEffect(new SkDiscretePathEffect(10, 4))->unref();
100 paint->setPathEffect(MakeTileEffect())->unref();
H A Dtablecolorfilter.cpp29 paint.setShader(s)->unref();
50 paint.setShader(s)->unref();
119 paint.setColorFilter(make_cf0())->unref(); x += bm.width() * 9 / 8;
121 paint.setColorFilter(make_cf1())->unref(); x += bm.width() * 9 / 8;
123 paint.setColorFilter(make_cf2())->unref(); x += bm.width() * 9 / 8;
125 paint.setColorFilter(make_cf3())->unref(); x += bm.width() * 9 / 8;
/external/skia/src/core/
H A DSkRefDict.cpp52 rec->fData->unref();
56 rec->fData->unref();
83 rec->fData->unref();
/external/skia/include/images/
H A DSkBitmapRegionDecoder.h28 fStream->unref();

Completed in 267 milliseconds

12345678910