OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unref
(Results
101 - 125
of
312
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/src/core/
SkPicture.cpp
157
fRecord->
unref
();
182
fRecord->
unref
();
SkPixelRef.cpp
152
this->
unref
();
/external/skia/src/utils/
SkLayer.cpp
109
this->
unref
(); // this call might delete us
119
child->
unref
();
/external/webkit/Source/WebCore/bindings/gobject/
DOMObjectCache.cpp
97
// If this is the last
unref
we are going to do,
120
// the user can manually
unref
them if he chooses to.
/external/webkit/Source/WebCore/platform/graphics/android/
FontCacheAndroid.cpp
174
tf->
unref
();
185
tf->
unref
();
GaneshContext.cpp
200
renderTarget->
unref
();
270
renderTarget->
unref
();
Layer.cpp
94
unref
(); // this call might delete us
104
child->
unref
();
Layer.h
119
parent.) If it had a parent, then
unref
() is called.
123
/** Remove, and
unref
(), all of the layers in our child list.
/external/chromium/base/
callback.h
235
// unnecessary AddRef/
Unref
pair even though we will modify the object.
266
// unnecessary AddRef/
Unref
pair even though we will modify the object.
298
// unnecessary AddRef/
Unref
pair even though we will modify the object.
333
// unnecessary AddRef/
Unref
pair even though we will modify the object.
371
// unnecessary AddRef/
Unref
pair even though we will modify the object.
413
// unnecessary AddRef/
Unref
pair even though we will modify the object.
458
// unnecessary AddRef/
Unref
pair even though we will modify the object.
/external/bluetooth/glib/gio/
glocalfilemonitor.c
200
/* This is non-null on first pass here.
Unref
the class now.
/external/bluetooth/glib/glib/
gasyncqueue.h
54
/* Ref and
unref
the GAsyncQueue. */
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc
102
gradient_shader->
unref
();
/external/chromium/chrome/browser/ui/views/
theme_helpers.cc
58
gradient_shader->
unref
();
/external/chromium/chrome/common/
badge_util.cc
50
typeface->
unref
();
/external/skia/bench/
GradientBench.cpp
118
fShader->
unref
();
/external/skia/gm/
gradients.cpp
108
shader->
unref
();
/external/skia/gpu/src/
GrGLTexture.cpp
144
fTexIDObj->
unref
();
/external/skia/include/core/
SkFlattenable.h
132
* Subclass of SkTPtrSet specialed to call ref() and
unref
() when the
SkFontHost.h
42
caller is always responsible for calling
unref
() on each instance that is
77
calling
unref
() on the typeface when they are finished with it.
88
the caller is responsible for calling
unref
() when it is no longer used.
101
not match an existing typeface. .The caller must call stream->
unref
()
/external/skia/samplecode/
SampleMipMap.cpp
120
paint.setShader(s)->
unref
();
SamplePageFlip.cpp
112
fBitmaps[i].setPixelRef(pr)->
unref
();
SampleUnitMapper.cpp
20
parent->attachChildToFront(view)->
unref
();
SampleWarp.cpp
24
paint.setMaskFilter(mf)->
unref
();
35
paint.setMaskFilter(SkTableMaskFilter::CreateGamma(gamma))->
unref
();
46
paint.setMaskFilter(SkTableMaskFilter::CreateClip(i*30, 255 - 20))->
unref
();
435
SkShader::kClamp_TileMode))->
unref
();
/external/skia/src/ports/
SkFontHost_simple.cpp
291
fStream->
unref
();
296
// we just ref our existing stream, since the caller will call
unref
()
587
stream->
unref
();
659
stream->
unref
();
/external/skia/src/views/
SkParsePaint.cpp
101
paint->setShader(shader)->
unref
();
Completed in 1606 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>