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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/
GrAddPathRenderers_default.cpp 19 chain->addPathRenderer(pr)->unref();
21 chain->addPathRenderer(new GrAAConvexPathRenderer())->unref();
GrAddPathRenderers_tesselated.cpp 16 chain->addPathRenderer(new GrTesselatedPathRenderer())->unref();
SkGpuCanvas.cpp 23 this->setDevice(new SkGpuDevice(context, renderTarget))->unref();
30 fContext->unref();
GrPathRendererChain.cpp 24 fChain[i]->unref();
55 this->addPathRenderer(new GrDefaultPathRenderer(twoSided, wrapOp))->unref();
  /external/skia/src/views/
SkViewPriv.h 25 fLayout->unref();
40 fArtist->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/core/
SkRefDict.h 32 * prev_data->unref() on the data for the matching entry.
34 * call (prev_data->unref()), or add a new one. In either case,
40 * Remove the matching entry (if found) and unref its data.
45 * Remove all entries, and unref() their associated data.
SkRefCnt.h 19 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() will not be called in our destructor. A subsequent call t
    [all...]
SkRelay.h 21 * Relay, which they ref()/unref(). Through the Relay each external object can
23 * clears the Relay pointer to it (relay->set(NULL)) and then unref()s the
  /external/skia/samplecode/
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();
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();
  /external/skia/include/gpu/
GrRefCnt.h 28 obj->unref();
  /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/skia/src/core/
SkRefDict.cpp 52 rec->fData->unref();
56 rec->fData->unref();
83 rec->fData->unref();
  /external/skia/gm/
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;
tinybitmap.cpp 26 ctable->unref();
55 paint.setShader(s)->unref();
  /external/skia/include/ports/
SkTypeface_mac.h 25 * unref() when it is finished.
  /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

Completed in 202 milliseconds

1 2 3 4 5 6 7 8 91011>>