HomeSort by relevance Sort by last modified time
    Searched full:unref (Results 1 - 25 of 575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/gpu/
GrAddPathRenderers_default.cpp 22 chain->addPathRenderer(SkNEW(GrStrokePathRenderer))->unref();
25 chain->addPathRenderer(SkNEW(GrAndroidPathRenderer))->unref();
28 chain->addPathRenderer(pr)->unref();
31 chain->addPathRenderer(pr)->unref();
33 chain->addPathRenderer(SkNEW(GrAAConvexPathRenderer))->unref();
GrPaint.cpp 15 this->addColorEffect(effect)->unref();
20 this->addCoverageEffect(effect)->unref();
27 this->addColorEffect(effect)->unref();
34 this->addCoverageEffect(effect)->unref();
  /external/skia/src/gpu/
GrAddPathRenderers_default.cpp 22 chain->addPathRenderer(SkNEW(GrStrokePathRenderer))->unref();
25 chain->addPathRenderer(SkNEW(GrAndroidPathRenderer))->unref();
28 chain->addPathRenderer(pr)->unref();
31 chain->addPathRenderer(pr)->unref();
33 chain->addPathRenderer(SkNEW(GrAAConvexPathRenderer))->unref();
GrPaint.cpp 15 this->addColorEffect(effect)->unref();
20 this->addCoverageEffect(effect)->unref();
27 this->addColorEffect(effect)->unref();
34 this->addCoverageEffect(effect)->unref();
  /external/chromium_org/third_party/skia/src/views/
SkViewPriv.h 25 fLayout->unref();
40 fArtist->unref();
  /external/skia/src/views/
SkViewPriv.h 25 fLayout->unref();
40 fArtist->unref();
  /external/chromium_org/third_party/skia/src/core/
SkRefDict.h 32 * prev_data->unref() on the data for the matching entry.
34 * call (prev_data->unref()), or add a new one. In either case,
40 * Remove the matching entry (if found) and unref its data.
45 * Remove all entries, and unref() their associated data.
SkRefDict.cpp 52 rec->fData->unref();
56 rec->fData->unref();
84 rec->fData->unref();
  /external/skia/src/core/
SkRefDict.h 32 * prev_data->unref() on the data for the matching entry.
34 * call (prev_data->unref()), or add a new one. In either case,
40 * Remove the matching entry (if found) and unref its data.
45 * Remove all entries, and unref() their associated data.
SkRefDict.cpp 52 rec->fData->unref();
56 rec->fData->unref();
84 rec->fData->unref();
  /external/skia/bench/
RefCntBench.cpp 33 ref.unref();
71 ref->unref();
73 ref->unref();
96 ref->unref();
98 ref->unref();
123 ref.unref();
154 ref->unref();
156 ref->unref();
179 ref->unref();
181 ref->unref();
    [all...]
  /external/skia/gm/
displacement.cpp 85 SkDisplacementMapEffect::kG_ChannelSelectorType, 0.0f, displ)))->unref();
89 SkDisplacementMapEffect::kA_ChannelSelectorType, 16.0f, displ)))->unref();
93 SkDisplacementMapEffect::kB_ChannelSelectorType, 32.0f, displ)))->unref();
97 SkDisplacementMapEffect::kA_ChannelSelectorType, 48.0f, displ)))->unref();
101 SkDisplacementMapEffect::kA_ChannelSelectorType, 64.0f, displ)))->unref();
106 SkDisplacementMapEffect::kG_ChannelSelectorType, 40.0f, displ)))->unref();
110 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref();
114 SkDisplacementMapEffect::kB_ChannelSelectorType, 40.0f, displ)))->unref();
118 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref();
122 SkDisplacementMapEffect::kA_ChannelSelectorType, 40.0f, displ)))->unref();
    [all...]
colortype.cpp 28 paint.setShader(s)->unref();
36 orig->unref();
40 fColorType->unref();
composeshader.cpp 44 shaderA->unref();
45 shaderB->unref();
46 mode->unref();
  /external/chromium_org/third_party/skia/include/core/
SkRefCnt.h 21 When an owner wants to release its reference, it calls unref(). When the
22 shared object's reference count goes to zero as the result of an unref()
60 /** Increment the reference count. Must be balanced by a call to unref().
71 void unref() const { function in class:SkRefCnt
87 * Alias for unref(), for compatibility with WTF::RefPtr.
89 void deref() { this->unref(); }
128 before unref(), in case the two pointers point to the same object.
133 if (dst) dst->unref(); \
155 /** Check if the argument is non-null, and if so, call obj->unref()
159 obj->unref();
    [all...]
  /external/skia/include/core/
SkRefCnt.h 21 When an owner wants to release its reference, it calls unref(). When the
22 shared object's reference count goes to zero as the result of an unref()
60 /** Increment the reference count. Must be balanced by a call to unref().
71 void unref() const { function in class:SkRefCnt
87 * Alias for unref(), for compatibility with WTF::RefPtr.
89 void deref() { this->unref(); }
128 before unref(), in case the two pointers point to the same object.
133 if (dst) dst->unref(); \
155 /** Check if the argument is non-null, and if so, call obj->unref()
159 obj->unref();
    [all...]
  /external/skia/tests/
ShaderOpacityTest.cpp 22 shader->unref();
32 shader->unref();
40 shader->unref();
48 shader->unref();
69 grad->unref();
77 grad->unref();
85 grad->unref();
93 grad->unref();
GrSurfaceTest.cpp 58 texRT1->unref();
59 texRT2->unref();
60 tex1->unref();
61 externalTexRT->unref();
  /external/chromium_org/third_party/skia/include/gpu/
GrRefCnt.h 28 obj->unref();
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrTextureUnitObj.cpp 19 fTexture->unref();
GrFrameBufferObj.cpp 19 fColorBuffer->unref();
38 fDepthBuffer->unref();
57 fStencilBuffer->unref();
  /external/skia/include/gpu/
GrRefCnt.h 28 obj->unref();
  /external/skia/src/gpu/gl/debug/
GrTextureUnitObj.cpp 19 fTexture->unref();
GrFrameBufferObj.cpp 19 fColorBuffer->unref();
38 fDepthBuffer->unref();
57 fStencilBuffer->unref();
  /external/chromium_org/third_party/skia/src/utils/mac/
SkStream_mac.cpp 15 ((SkRefCnt*)info)->unref();
36 ((SkStream*)info)->unref();
40 stream->ref(); // unref will be called when the provider is deleted

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>