OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unref
(Results
126 - 150
of
207
) sorted by null
1
2
3
4
5
6
7
8
9
/external/skia/src/animator/
SkDrawExtraPathEffect.cpp
378
e1->
unref
();
379
e2->
unref
();
/external/skia/src/pdf/
SkPDFTypes.cpp
337
insert("Type", new SkPDFName(type))->
unref
();
382
keyName->
unref
(); // SkRefPtr and new both took a reference.
SkPDFUtils.cpp
32
result->append(new SkPDFScalar(values[i]))->
unref
();
/external/skia/src/views/
SkListWidget.cpp
58
fScrollBar->
unref
();
451
this->setListSource(listSrc)->
unref
();
/external/bluetooth/glib/glib/
gmain.h
70
void (*
unref
) (gpointer cb_data);
member in struct:_GSourceCallbackFuncs
/external/chromium/chrome/browser/chromeos/login/
helper.cc
67
s->
unref
();
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc
172
bitmap_shader->
unref
();
/external/skia/bench/
BitmapBench.cpp
69
ctable->
unref
();
GradientBench.cpp
118
fShader->
unref
();
/external/skia/gm/
shadertext.cpp
28
SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->
unref
();
xfermodes.cpp
164
s->
unref
();
/external/skia/gpu/src/
GrTextContext.cpp
79
fCurrTexture->
unref
();
GrTextureCache.cpp
26
// we assume ownership of the texture, and will
unref
it when we die
31
fTexture->
unref
();
/external/skia/samplecode/
SampleAARects.cpp
61
bmpShader->
unref
();
SampleColorFilter.cpp
133
fShader->
unref
();
SampleDither.cpp
32
p.setShader(s)->
unref
();
SampleEncode.cpp
62
ctable->
unref
();
SampleLayers.cpp
28
paint->setShader(s)->
unref
();
218
// canvas->setDrawFilter(new RedFilter)->
unref
();
230
// p.setMaskFilter(SkBlurMaskFilter::Create(SkIntToScalar(8), SkBlurMaskFilter::kNormal_BlurStyle))->
unref
();
SampleStrokePath.cpp
168
paint.setMaskFilter(mf)->
unref
();
/external/skia/src/core/
SkFlattenable.cpp
232
((SkRefCnt*)ptr)->
unref
();
/external/skia/src/images/
SkJpegUtility.cpp
157
fStream->
unref
();
/external/skia/src/ports/
SkImageRef_ashmem.cpp
167
fCT->
unref
();
/external/skia/tests/
UtilsTest.cpp
43
r0->
unref
();
/external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp
91
paint->setShader(s)->
unref
();
201
SkBlurMaskFilter::kNormal_BlurStyle))->
unref
();
296
paint->setLooper(looper)->
unref
();
365
paint->setPathEffect(pe)->
unref
();
[
all
...]
ImageBufferAndroid.cpp
96
ref->
unref
();
Completed in 841 milliseconds
1
2
3
4
5
6
7
8
9