OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unref
(Results
176 - 200
of
207
) sorted by null
1
2
3
4
5
6
7
8
9
/external/skia/src/core/
SkCanvas.cpp
96
fDevice->
unref
();
453
this->init(device)->
unref
();
559
device->
unref
();
743
device->
unref
();
[
all
...]
SkPictureFlat.cpp
227
fArray[i]->
unref
();
SkStream.cpp
395
fProxy->
unref
();
SkDraw.cpp
102
fPaint.setShader(NULL); //
unref
the shader by 1
[
all
...]
SkBlitter_RGB16.cpp
[
all
...]
/external/skia/src/utils/
SkNinePatch.cpp
245
p.setShader(shader)->
unref
();
/external/skia/src/views/
SkWidgets.cpp
251
paint->setMaskFilter(new SkEmbossMaskFilter(light, radius))->
unref
();
SkView.cpp
505
this->
unref
();
/external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp
427
paint.setShader(shader)->
unref
();
GraphicsContextSkia.cpp
551
paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->
unref
();
678
shader->
unref
();
[
all
...]
/external/webkit/Source/WebKit/android/plugins/
android_npapi.h
459
unref
() when they are done with the typeface.
471
unref
() when they are done.
489
void (*
unref
)(ANPTypeface*);
member in struct:ANPTypefaceInterfaceV0
[
all
...]
PluginWidgetAndroid.cpp
166
m_layer->
unref
();
/external/icu4c/common/
serv.cpp
236
CacheEntry*
unref
() {
function in class:CacheEntry
257
U_NAMESPACE_USE ((CacheEntry*)obj)->
unref
();
/external/skia/src/pipe/
SkGPipeWrite.cpp
273
this->setDevice(device)->
unref
();
809
fCanvas->
unref
();
/external/webkit/Source/WebCore/platform/graphics/android/
FontAndroid.cpp
96
paint->setLooper(looper)->
unref
();
137
p->setColorFilter(cf)->
unref
();
[
all
...]
/development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp
77
gTypefaceI.
unref
(tf);
/external/bluetooth/glib/glib/
gmain.c
710
old_cb_funcs->
unref
(old_cb_data);
880
* @callback_funcs->
unref
will eventually be called once more
910
old_cb_funcs->
unref
(old_cb_data);
1204
old_cb_funcs->
unref
(old_cb_data);
[
all
...]
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
537
shader->
unref
();
/external/skia/gm/
gmmain.cpp
221
false))->
unref
();
/external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp
77
// m_videoLayer is reference counted,
unref
is enough here.
78
m_videoLayer->
unref
();
/external/icu4c/i18n/
rbnf.cpp
89
LocalizationInfo*
unref
(void) {
function in class:LocalizationInfo
[
all
...]
/external/skia/gpu/src/
GrContext.cpp
54
fGpu->
unref
();
73
fGpu->
unref
();
[
all
...]
/external/chromium/chrome/browser/download/
download_util.cc
450
shader->
unref
();
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
[
all
...]
/frameworks/base/core/jni/
android_view_Surface.cpp
558
bitmap->setPixelRef(pixels)->
unref
();
Completed in 1307 milliseconds
1
2
3
4
5
6
7
8
9