HomeSort by relevance Sort by last modified time
    Searched full:unref (Results 251 - 275 of 577) sorted by null

<<11121314151617181920>>

  /external/skia/bench/
BlurBench.cpp 67 paint.setMaskFilter(mf)->unref();
TileBench.cpp 63 fPaint.setShader(s)->unref();
GradientBench.cpp 196 fShader->unref();
264 paint.setShader(s)->unref();
  /external/skia/gm/
bitmapmatrix.cpp 90 paint.setMaskFilter(mf)->unref();
hairmodes.cpp 92 fBGPaint.setShader(make_bg_shader())->unref();
srcmode.cpp 32 paint->setShader(s)->unref();
testimagefilters.cpp 132 paint.setImageFilter(gFilterProc[i]())->unref();
twopointradial.cpp 43 SkShader::kClamp_TileMode))->unref();
gm_expectations.h 233 * It is up to the caller to call unref() on the returned SkData object
245 * // underlying buffer has been freed, thanks to auto unref
shadertext2.cpp 37 SK_ARRAY_COUNT(kColors0), SkShader::kClamp_TileMode, um))->unref();
40 SK_ARRAY_COUNT(kColors1), SkShader::kClamp_TileMode))->unref();
  /external/skia/include/core/
SkImage.h 103 * the caller must manage (i.e. call unref() when they are done).
  /external/skia/src/core/
SkPictureFlat.cpp 32 fArray[i]->unref();
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 128 paint.addColorEffect(xferEffect)->unref();
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 34 fGpu->unref();
  /external/skia/src/image/
SkImage_Raster.cpp 92 fBitmap.setPixelRef(SkNEW_ARGS(SkDataPixelRef, (data)))->unref();
  /external/skia/src/pdf/
SkPDFStream.cpp 107 stream->setData(compressedData.copyToData())->unref();
  /external/skia/src/views/
SkParsePaint.cpp 108 paint->setShader(shader)->unref();
SkViewInflate.cpp 33 parent->attachChildToFront(view)->unref();
  /external/skia/tests/
BlurTest.cpp 109 filter->unref();
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 40 mPicture->unref();
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.h 53 // reference, and must Unref prior to thread exit. The worker threads
81 // should probably Unref its anchor (and do other cleanup) and exit.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DeferredImageDecoder.cpp 88 resizedBitmap.setPixelRef(new LazyDecodingPixelRef(pixelRef->frameGenerator(), scaledSize, pixelRef->frameIndex(), scaledSubset))->unref();
260 bitmap.setPixelRef(new LazyDecodingPixelRef(m_frameGenerator, fullSize, index, fullRect))->unref();
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 137 * If non-null is returned, the caller is responsible for calling unref()
173 * The default implementation just calls unref(), but subclasses can override
  /external/chromium_org/third_party/skia/src/core/
SkData.cpp 123 src->unref();
260 fPairs[i].fValue->unref();
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFUtils.cpp 171 data->unref();
183 data->unref();

Completed in 4647 milliseconds

<<11121314151617181920>>