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
606
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.h
33
* new texture. It is the caller's responsibility to
unref
this texture.
/external/chromium_org/third_party/skia/src/image/
SkImage_Codec.cpp
39
fEncodedData->
unref
();
SkImage_Picture.cpp
37
fPicture->
unref
();
/external/chromium_org/third_party/skia/src/text/
SkTextLayout.cpp
28
fDefaultStyle->
unref
();
/external/skia/bench/
BenchGpuTimer_gl.cpp
31
fContext->
unref
();
MatrixConvolutionBench.cpp
30
fFilter->
unref
();
PerlinNoiseBench.cpp
50
paint.setShader(shader)->
unref
();
RectoriBench.cpp
54
paint.setLooper(this->createLooper(-translate, blurSigma))->
unref
();
92
paint->setMaskFilter(mf)->
unref
();
/external/skia/gm/
blurroundrect.cpp
70
paint->setMaskFilter(maskFilter)->
unref
();
73
paint->setColorFilter(colorFilter)->
unref
();
83
paint.setLooper(looper)->
unref
();
128
paint.setMaskFilter(filter)->
unref
();
image.cpp
40
image->
unref
();
71
imgR2->
unref
();
107
imgG->
unref
();
108
imgR->
unref
();
imageblur.cpp
34
paint.setImageFilter(new SkBlurImageFilter(24.0f, 0.0f))->
unref
();
imagemagnifier.cpp
44
100))->
unref
();
/external/skia/include/ports/
SkTypeface_win.h
16
* for calling
unref
() when it is finished.
/external/skia/src/animator/
SkDisplayInclude.cpp
36
// src.
unref
();
/external/skia/src/effects/
SkGpuBlurUtils.h
33
* new texture. It is the caller's responsibility to
unref
this texture.
/external/skia/src/image/
SkImage_Codec.cpp
39
fEncodedData->
unref
();
SkImage_Picture.cpp
37
fPicture->
unref
();
/external/skia/src/text/
SkTextLayout.cpp
28
fDefaultStyle->
unref
();
/external/skia/tests/
PipeTest.cpp
40
paint.setShader(shader)->
unref
();
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc
33
void
Unref
() {
124
// Private since only
Unref
() should be used to delete it.
155
file_->
Unref
();
190
file_->
Unref
();
209
file_->
Unref
();
235
i->second->
Unref
();
306
file_map_[fname]->
Unref
();
/external/chromium_org/third_party/leveldatabase/src/util/
cache.cc
154
void
Unref
(LRUHandle* e);
181
Unref
(e);
186
void LRUCache::
Unref
(LRUHandle* e) {
222
Unref
(reinterpret_cast<LRUHandle*>(handle));
245
Unref
(old);
252
Unref
(old);
263
Unref
(e);
/external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc
57
static void
unref
(ThreadState *thr, uptr pc, FdSync *s) {
function in namespace:__tsan
95
unref
(thr, pc, d->sync);
99
unref
(thr, pc, s);
103
unref
(thr, pc, s);
182
unref
(thr, pc, d->sync);
207
unref
(thr, pc, s);
/external/chromium_org/third_party/skia/include/gpu/
GrContextFactory.h
90
fContexts[i].fGrContext->
unref
();
91
fContexts[i].fGLContext->
unref
();
/external/chromium_org/third_party/skia/include/utils/
SkLayer.h
69
parent.) If it had a parent, then
unref
() is called.
73
/** Remove, and
unref
(), all of the layers in our child list.
/external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp
23
curr->fFace->
unref
();
89
face->
unref
();
Completed in 906 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>