HomeSort by relevance Sort by last modified time
    Searched full:unref (Results 51 - 75 of 606) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.h 26 * destructor will unref() it.
35 * This object will unref the stream when done. Since streams
92 * unref the stream when done. If false is returned, this
93 * function will perform the unref. Since streams have internal
SkJpegUtility.h 40 // fStream is ref'ed and unref'ed
  /external/skia/gm/
gradtext.cpp 58 paint.setShader(make_chrome_solid())->unref();
85 paint.setShader(make_chrome_solid())->unref();
141 paint.setShader(make_grad(SkIntToScalar(80)))->unref();
146 paint.setShader(make_grad2(SkIntToScalar(80)))->unref();
bitmapshader.cpp 65 shader->unref();
84 shader->unref();
megalooper.cpp 99 paint.setMaskFilter(createBlur())->unref();
135 loopPaint.setLooper(create1Looper(-kOffsetToOutsideClip, 0, gColors[i]))->unref();
178 paint->setMaskFilter(this->createBlur())->unref();
181 paint->setColorFilter(cf)->unref();
198 paint.setLooper(create4Looper(-kOffsetToOutsideClip-kHalfSquareSize, 0))->unref();
226 paint->setMaskFilter(this->createBlur())->unref();
229 paint->setColorFilter(cf)->unref();
  /external/skia/src/core/
SkTypefacePriv.h 14 * Return a ref'd typeface, which must later be unref'd
SkAnnotation.cpp 24 fData->unref();
58 paint.setAnnotation(SkNEW_ARGS(SkAnnotation, (key, value)))->unref();
  /external/skia/src/gpu/
GrPaint.cpp 16 this->addColorEffect(effect)->unref();
21 this->addCoverageEffect(effect)->unref();
28 this->addColorEffect(effect)->unref();
35 this->addCoverageEffect(effect)->unref();
GrPathRendererChain.cpp 24 fChain[i]->unref();
85 (twoSided, wrapOp)))->unref();
  /external/skia/src/image/
SkDataPixelRef.cpp 21 fData->unref();
SkSurface_Base.h 22 * take ownership, and will call unref() on the canvas when we go out of
43 * image->unref();
  /external/skia/src/images/
SkDecodingImageGenerator.h 26 * destructor will unref() it.
35 * This object will unref the stream when done. Since streams
92 * unref the stream when done. If false is returned, this
93 * function will perform the unref. Since streams have internal
SkJpegUtility.h 40 // fStream is ref'ed and unref'ed
  /sdk/emulator/opengl/tests/ut_renderer/
RendererObject.h 25 void unref() { m_count--; } function in class:RendererObject
  /external/chromium_org/third_party/skia/src/core/
SkAnnotation.cpp 24 fData->unref();
58 paint.setAnnotation(SkNEW_ARGS(SkAnnotation, (key, value)))->unref();
  /external/chromium_org/third_party/skia/src/doc/
SkDocument_PDF.cpp 57 fCanvas->unref();
58 fDevice->unref();
  /external/chromium_org/third_party/skia/src/gpu/
GrPathRendererChain.cpp 24 fChain[i]->unref();
85 (twoSided, wrapOp)))->unref();
  /external/chromium_org/third_party/skia/src/image/
SkSurface_Base.h 22 * take ownership, and will call unref() on the canvas when we go out of
43 * image->unref();
  /external/skia/src/doc/
SkDocument_PDF.cpp 57 fCanvas->unref();
58 fDevice->unref();
  /external/skia/tests/
XfermodeTest.cpp 35 xfer->unref();
47 bogusXfer->unref();
  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 150 gradient_shader->unref();
151 solid_shader->unref();
154 paint.setShader(composite_shader)->unref();
179 gradient_shader->unref();
180 image_shader->unref();
183 paint.setShader(composite_shader)->unref();
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
scriptable_plugin.cc 60 void ScriptablePlugin::Unref(ScriptablePlugin** handle) {
62 (*handle)->Unref();
166 void ScriptablePlugin::Unref() {
170 PLUGIN_PRINTF(("ScriptablePlugin::Unref (this=%p, var=%p)\n",
177 PLUGIN_PRINTF(("ScriptablePlugin::Unref (delete var)\n"));
184 PLUGIN_PRINTF(("ScriptablePlugin::Unref (delete this)\n"));
  /external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h 19 unref(). When the shared object's strong reference count goes to zero as
20 the result of an unref() call, its (virtual) weak_dispose method is called.
29 a strong reference on which unref() must be called. Note that this does not
43 ... // strongRef.unref() may or may not be called
46 myRef.unref();
  /external/skia/include/core/
SkWeakRefCnt.h 19 unref(). When the shared object's strong reference count goes to zero as
20 the result of an unref() call, its (virtual) weak_dispose method is called.
29 a strong reference on which unref() must be called. Note that this does not
43 ... // strongRef.unref() may or may not be called
46 myRef.unref();
  /external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h 30 * unref().
36 * ref'ing the new instance, and unref'ing the previous. Returns its
91 * calling stream->unref() when it is done accessing the data.

Completed in 427 milliseconds

1 23 4 5 6 7 8 91011>>