OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unref
(Results
26 - 50
of
606
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/gpu/gl/debug/
GrDebugGL.cpp
56
//
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
();
GrProgramObj.cpp
22
fShaders[i]->
unref
();
/external/chromium_org/third_party/skia/include/ports/
SkFontMgr.h
45
* The caller must call
unref
() on the returned object.
52
* and return a ref to it. The caller must call
unref
() on the returned
62
* or NULL if the data is not recognized. The caller must call
unref
() on
70
* must call
unref
() on the returned object if it is not null.
77
* not recognized. The caller must call
unref
() on the returned object
86
* Return a ref to the default fontmgr. The caller must call
unref
() on
SkTypeface_mac.h
25
*
unref
() when it is finished.
/external/skia/gm/
lighting.cpp
93
paint.setImageFilter(SkLightingImageFilter::CreatePointLitDiffuse(pointLocation, white, surfaceScale, kd, NULL, cr))->
unref
();
96
paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, white, surfaceScale, kd, NULL, cr))->
unref
();
99
paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->
unref
();
104
paint.setImageFilter(SkLightingImageFilter::CreatePointLitSpecular(pointLocation, white, surfaceScale, ks, shininess, NULL, cr))->
unref
();
107
paint.setImageFilter(SkLightingImageFilter::CreateDistantLitSpecular(distantDirection, white, surfaceScale, ks, shininess, NULL, cr))->
unref
();
110
paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->
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;
texteffects.cpp
16
SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(3))))->
unref
();
79
p.setPathEffect(new SkDiscretePathEffect(SK_Scalar1*4, SK_Scalar1*3))->
unref
();
90
p.setRasterizer(rast2)->
unref
();
107
p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->
unref
();
117
p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->
unref
();
134
p.setPathEffect(new SkLine2DPathEffect(SK_Scalar1*2, lattice))->
unref
();
162
paint->setRasterizer(rast)->
unref
();
167
paint->setMaskFilter(SkBlurMaskFilter::CreateEmboss(dir, SK_Scalar1/4, SkIntToScalar(4), SkIntToScalar(3)))->
unref
();
tinybitmap.cpp
23
ctable->
unref
();
51
paint.setShader(s)->
unref
();
/external/skia/include/ports/
SkFontMgr.h
45
* The caller must call
unref
() on the returned object.
52
* and return a ref to it. The caller must call
unref
() on the returned
62
* or NULL if the data is not recognized. The caller must call
unref
() on
70
* must call
unref
() on the returned object if it is not null.
77
* not recognized. The caller must call
unref
() on the returned object
86
* Return a ref to the default fontmgr. The caller must call
unref
() on
SkTypeface_mac.h
25
*
unref
() when it is finished.
/external/skia/tests/
RefCntTest.cpp
41
array->
unref
();
68
array->
unref
();
76
ref->
unref
();
96
ref->
unref
();
103
ref->
unref
();
141
ref->
unref
();
ShaderImageFilterTest.cpp
42
paint.setImageFilter(SkRectShaderImageFilter::Create(s, &cr))->
unref
();
44
s->
unref
();
52
paint.setShader(s)->
unref
();
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc
26
anchor_->
Unref
();
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrProgramObj.cpp
22
fShaders[i]->
unref
();
/external/chromium_org/third_party/skia/src/core/
SkImageFilterUtils.cpp
25
result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->
unref
();
50
result->setPixelRef(new SkGrPixelRef(info, resultTex))->
unref
();
SkTypefacePriv.h
14
* Return a ref'd typeface, which must later be
unref
'd
/external/skia/src/core/
SkImageFilterUtils.cpp
25
result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->
unref
();
50
result->setPixelRef(new SkGrPixelRef(info, resultTex))->
unref
();
/external/chromium_org/third_party/skia/src/image/
SkSurface.cpp
34
image->
unref
();
57
fCachedImage->
unref
();
98
SkSafeRef(image); // the caller will call
unref
() to balance this
SkDataPixelRef.cpp
21
fData->
unref
();
/external/skia/bench/
BlurRoundRectBench.cpp
57
paint->setMaskFilter(maskFilter)->
unref
();
60
paint->setColorFilter(colorFilter)->
unref
();
71
loopedPaint.setLooper(looper)->
unref
();
/external/skia/src/image/
SkSurface.cpp
34
image->
unref
();
57
fCachedImage->
unref
();
98
SkSafeRef(image); // the caller will call
unref
() to balance this
/external/chromium_org/chrome/browser/ui/gtk/
titlebar_throb_animation.h
19
// so the caller doesn't need to
unref
. |is_waiting| is true if we're
/external/chromium_org/skia/config/
sk_ref_cnt_ext_debug.h
19
void deref() const { SkRefCntBase::
unref
(); }
/external/chromium_org/third_party/skia/src/gpu/
GrPaint.cpp
16
this->addColorEffect(effect)->
unref
();
21
this->addCoverageEffect(effect)->
unref
();
28
this->addColorEffect(effect)->
unref
();
35
this->addCoverageEffect(effect)->
unref
();
Completed in 675 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>