HomeSort by relevance Sort by last modified time
    Searched refs:unref (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/skia/src/gpu/
GrAddPathRenderers_tesselated.cpp 16 chain->addPathRenderer(new GrTesselatedPathRenderer())->unref();
GrAddPathRenderers_default.cpp 19 chain->addPathRenderer(pr)->unref();
21 chain->addPathRenderer(new GrAAConvexPathRenderer())->unref();
SkGpuCanvas.cpp 23 this->setDevice(new SkGpuDevice(context, renderTarget))->unref();
30 fContext->unref();
  /sdk/emulator/opengl/tests/ut_renderer/
RendererObject.h 25 void unref() { m_count--; } function in class:RendererObject
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 26 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.
SkPDFPage.cpp 29 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/
WebCoreRefObject.h 43 obj->unref();
  /external/skia/src/views/
SkViewPriv.h 25 fLayout->unref();
40 fArtist->unref();
  /external/webkit/Source/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.cpp 54 fStream->unref();
67 bitmap->setPixelRef(ref)->unref();
  /external/skia/tests/
PDFPrimitivesTest.cpp 101 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(); // SkRefPtr and new both took a reference
    [all...]
ShaderOpacityTest.cpp 22 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/
GrRefCnt.h 28 obj->unref();
  /external/skia/samplecode/
SamplePathEffects.cpp 49 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();
SampleEmboss.cpp 56 paint.setMaskFilter(new SkEmbossMaskFilter(fLight, SkIntToScalar(4)))->unref();
57 paint.setShader(new SkColorShader(SK_ColorBLUE))->unref();
SampleShaders.cpp 43 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();
SampleShapes.cpp 62 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();
SampleAnimatedGradient.cpp 60 paint.setShader(shader1)->unref();
69 paint.setShader(shader2)->unref();
76 paint.setShader(shader3)->unref();
83 paint.setShader(shader4)->unref();
SampleBigBlur.cpp 36 paint.setMaskFilter(mf)->unref();
  /external/skia/gm/
tinybitmap.cpp 26 ctable->unref();
55 paint.setShader(s)->unref();
shapes.cpp 56 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();
patheffects.cpp 24 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();
tablecolorfilter.cpp 29 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/
SkRefDict.cpp 52 rec->fData->unref();
56 rec->fData->unref();
83 rec->fData->unref();
  /external/skia/include/effects/
SkGroupShape.h 23 /** 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();
125 /** Unref the specified index, and remove it from the child list. If index
  /external/skia/include/images/
SkBitmapRegionDecoder.h 28 fStream->unref();

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 91011