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

1234567891011>>

/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.cpp30 fDashPhase))->unref();
/external/chromium_org/third_party/skia/tests/
H A DGrSurfaceTest.cpp54 texRT1->unref();
55 texRT2->unref();
56 tex1->unref();
57 externalTexRT->unref();
H A DResourceCacheTest.cpp128 a->unref();
129 b->unref();
134 r->unref();
165 a->unref();
166 b->unref();
181 a->unref();
182 b->unref();
212 a->unref();
217 b->unref();
235 a->unref();
[all...]
H A DRefCntTest.cpp40 array->unref();
67 array->unref();
75 ref->unref();
95 ref->unref();
102 ref->unref();
140 ref->unref();
/external/skia/debugger/QT/
H A DSkImageWidget.h24 fSurface->unref();
/external/skia/experimental/PdfViewer/
H A DSkPdfGraphicsState.cpp30 fDashPhase))->unref();
/external/skia/tests/
H A DGrSurfaceTest.cpp54 texRT1->unref();
55 texRT2->unref();
56 tex1->unref();
57 externalTexRT->unref();
H A DResourceCacheTest.cpp126 a->unref();
127 b->unref();
132 r->unref();
163 a->unref();
164 b->unref();
179 a->unref();
180 b->unref();
210 a->unref();
215 b->unref();
233 a->unref();
[all...]
H A DRefCntTest.cpp40 array->unref();
67 array->unref();
75 ref->unref();
95 ref->unref();
102 ref->unref();
140 ref->unref();
/external/chromium_org/third_party/skia/gm/
H A Dcolortype.cpp27 paint.setShader(s)->unref();
35 orig->unref();
39 fColorType->unref();
H A Dlighting.cpp96 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
99 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd, NULL, cr))->unref();
102 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
107 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->unref();
110 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, white, surfaceScale, ks, shininess, NULL, cr))->unref();
113 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dpatheffects.cpp24 corner->unref();
28 paint->setPathEffect(compose)->unref();
49 0))->unref();
73 SkPath1DPathEffect::kRotate_Style))->unref();
86 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
100 paint->setPathEffect(MakeTileEffect())->unref();
H A Dtablecolorfilter.cpp28 paint.setShader(s)->unref();
48 paint.setShader(s)->unref();
117 paint.setColorFilter(make_cf0())->unref(); x += bm.width() * 9 / 8;
119 paint.setColorFilter(make_cf1())->unref(); x += bm.width() * 9 / 8;
121 paint.setColorFilter(make_cf2())->unref(); x += bm.width() * 9 / 8;
123 paint.setColorFilter(make_cf3())->unref(); x += bm.width() * 9 / 8;
/external/chromium_org/third_party/skia/src/core/
H A DSkRefDict.cpp52 rec->fData->unref();
56 rec->fData->unref();
84 rec->fData->unref();
/external/skia/gm/
H A Dcolortype.cpp27 paint.setShader(s)->unref();
35 orig->unref();
39 fColorType->unref();
H A Dlighting.cpp95 paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->unref();
98 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd, NULL, cr))->unref();
101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
106 paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->unref();
109 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, white, surfaceScale, ks, shininess, NULL, cr))->unref();
112 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dpatheffects.cpp24 corner->unref();
28 paint->setPathEffect(compose)->unref();
49 0))->unref();
73 SkPath1DPathEffect::kRotate_Style))->unref();
86 paint->setPathEffect(SkDiscretePathEffect::Create(10, 4))->unref();
100 paint->setPathEffect(MakeTileEffect())->unref();
H A Dtablecolorfilter.cpp28 paint.setShader(s)->unref();
48 paint.setShader(s)->unref();
117 paint.setColorFilter(make_cf0())->unref(); x += bm.width() * 9 / 8;
119 paint.setColorFilter(make_cf1())->unref(); x += bm.width() * 9 / 8;
121 paint.setColorFilter(make_cf2())->unref(); x += bm.width() * 9 / 8;
123 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();
84 rec->fData->unref();
/external/chromium_org/third_party/skia/include/core/
H A DSkRefCnt.h22 When an owner wants to release its reference, it calls unref(). When the
23 shared object's reference count goes to zero as the result of an unref()
63 /** Increment the reference count. Must be balanced by a call to unref().
74 void unref() const { function in class:SkRefCntBase
135 before unref(), in case the two pointers point to the same object.
140 if (dst) dst->unref(); \
162 /** Check if the argument is non-null, and if so, call obj->unref()
166 obj->unref();
172 obj->unref();
180 * Utility class that simply unref'
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrDebugGL.cpp57 // unref & delete the texture units first so they don't show up on the leak report
59 fTextureUnits[i]->unref();
100 fArrayBuffer->unref();
128 fElementArrayBuffer->unref();
152 fFrameBuffer->unref();
172 fRenderBuffer->unref();
192 fProgram->unref();
/external/skia/src/gpu/gl/debug/
H A DGrDebugGL.cpp56 // unref & delete the texture units first so they don't show up on the leak report
58 fTextureUnits[i]->unref();
99 fArrayBuffer->unref();
127 fElementArrayBuffer->unref();
151 fFrameBuffer->unref();
171 fRenderBuffer->unref();
191 fProgram->unref();
/external/chromium_org/third_party/skia/bench/
H A DBlurRoundRectBench.cpp56 paint->setMaskFilter(maskFilter)->unref();
59 paint->setColorFilter(colorFilter)->unref();
70 loopedPaint.setLooper(looperBuilder.detachLooper())->unref();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEffects.cpp28 SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(2))))->unref();
37 0.05f))->unref();
44 SkShader::kMirror_TileMode))->unref();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuResourceRef.cpp26 fResource->unref();
48 fResource->unref();
115 fResource->unref();

Completed in 2031 milliseconds

1234567891011>>