OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unref
(Results
301 - 325
of
606
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/pdf/
SkPDFTypes.cpp
366
fValue[offset]->
unref
();
471
fValue[i].key->
unref
();
472
fValue[i].value->
unref
();
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
504
// Note: we only ref and
unref
the wrapped AndroidPixelRef so that
548
unref
();
579
bitmap->setPixelRef(pr)->
unref
();
/external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h
361
this->addColorEffect(effect)->
unref
();
366
this->addCoverageEffect(effect)->
unref
();
373
this->addColorEffect(effect)->
unref
();
380
this->addCoverageEffect(effect)->
unref
();
[
all
...]
GrBufferAllocPool.cpp
72
fGpu->
unref
();
341
block.fBuffer->
unref
();
GrTextStrike.cpp
40
fGpu->
unref
();
250
fFontScalerKey->
unref
();
/external/skia/src/gpu/
GrDrawState.h
361
this->addColorEffect(effect)->
unref
();
366
this->addCoverageEffect(effect)->
unref
();
373
this->addColorEffect(effect)->
unref
();
380
this->addCoverageEffect(effect)->
unref
();
[
all
...]
GrBufferAllocPool.cpp
72
fGpu->
unref
();
341
block.fBuffer->
unref
();
GrTextStrike.cpp
40
fGpu->
unref
();
250
fFontScalerKey->
unref
();
/external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc
92
// Need to
unref
shader, otherwise never deleted.
93
s->
unref
();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEMorphology.cpp
253
paint.setImageFilter(new SkDilateImageFilter(radiusX, radiusY))->
unref
();
255
paint.setImageFilter(new SkErodeImageFilter(radiusX, radiusY))->
unref
();
/external/chromium_org/third_party/skia/include/core/
SkPixelRef.h
151
* If non-null is returned, the caller is responsible for calling
unref
()
218
* The default implementation just calls
unref
(), but subclasses can override
/external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h
167
* to
unref
() this when it is finished.
182
* for calling data->
unref
() when it is finished.
/external/chromium_org/third_party/skia/src/animator/
SkDrawExtraPathEffect.cpp
375
e1->
unref
();
376
e2->
unref
();
/external/chromium_org/third_party/skia/src/core/
SkOrderedWriteBuffer.cpp
219
fNamedFactorySet->
unref
();
228
fFactorySet->
unref
();
/external/skia/include/core/
SkPixelRef.h
151
* If non-null is returned, the caller is responsible for calling
unref
()
218
* The default implementation just calls
unref
(), but subclasses can override
/external/skia/include/pdf/
SkPDFDevice.h
167
* to
unref
() this when it is finished.
182
* for calling data->
unref
() when it is finished.
/external/skia/src/animator/
SkDrawExtraPathEffect.cpp
375
e1->
unref
();
376
e2->
unref
();
/external/skia/src/core/
SkOrderedWriteBuffer.cpp
219
fNamedFactorySet->
unref
();
228
fFactorySet->
unref
();
/external/skia/tests/
BlurTest.cpp
116
filter->
unref
();
237
blurPaint.setMaskFilter(filter)->
unref
();
/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/chromium/third_party/libjingle/source/talk/third_party/libudev/
libudev.h
79
/* udev_device_get_parent_*() does not take a reference on the returned device, it is automatically
unref
'd with the parent */
/external/chromium/webkit/glue/
webcursor.h
156
// A custom cursor created that should be
unref
'ed from the destructor.
/external/chromium_org/ash/touch/
touch_hud_projection.cc
97
shader->
unref
();
/external/chromium_org/chrome/browser/usb/
usb_service.cc
159
// PlatformUsbDevice will be
unref
'ed during this process.
Completed in 1915 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>