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

<<11121314151617181920>>

  /external/skia/src/core/
SkData.cpp 123 src->unref();
260 fPairs[i].fValue->unref();
SkBitmap.cpp 71 void unref() { function in struct:SkBitmap::MipMap
313 fColorTable->unref();
373 this->setPixelRef(new SkMallocPixelRef(p, size.get32(), ctable, false))->unref();
393 fColorTable->unref();
401 fPixelRef->unref();
411 fMipMap->unref();
448 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
969 dst.setPixelRef(pixelRef)->unref();
    [all...]
SkBlitter.cpp 713 f3DShader->unref();
876 paint.writable()->setShader(shader3D)->unref();
911 paint.writable()->setShader(shader)->unref();
925 paint.writable()->setShader(shader)->unref();
1015 fShader->unref();
  /external/skia/src/pdf/
SkPDFUtils.cpp 171 data->unref();
183 data->unref();
SkPDFTypes.cpp 376 fValue[offset]->unref();
481 fValue[i].key->unref();
482 fValue[i].value->unref();
  /external/skia/tests/
ImageDecodingTest.cpp 212 paint.setShader(shader)->unref();
251 // Now unref the stream to make sure it survives
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 89 javaAllocator->unref();
148 stream->unref(); // the decoder now holds a reference
Graphics.cpp 483 // Note: we only ref and unref the wrapped AndroidPixelRef so that
527 unref();
550 bitmap->setPixelRef(pr)->unref();
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 114 fDrawState->unref();
142 fDrawState->unref();
241 geoSrc.fVertexBuffer->unref();
264 geoSrc.fIndexBuffer->unref();
676 fSavedState->unref();
721 fSavedState->unref();
    [all...]
GrDrawState.h 377 this->addColorEffect(effect)->unref();
382 this->addCoverageEffect(effect)->unref();
389 this->addColorEffect(effect)->unref();
396 this->addCoverageEffect(effect)->unref();
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 114 fDrawState->unref();
142 fDrawState->unref();
241 geoSrc.fVertexBuffer->unref();
264 geoSrc.fIndexBuffer->unref();
676 fSavedState->unref();
721 fSavedState->unref();
    [all...]
GrDrawState.h 377 this->addColorEffect(effect)->unref();
382 this->addCoverageEffect(effect)->unref();
389 this->addColorEffect(effect)->unref();
396 this->addCoverageEffect(effect)->unref();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 71 void unref() { function in struct:SkBitmap::MipMap
313 fColorTable->unref();
373 this->setPixelRef(new SkMallocPixelRef(p, size.get32(), ctable, false))->unref();
393 fColorTable->unref();
401 fPixelRef->unref();
411 fMipMap->unref();
448 dst->setPixelRef(new SkMallocPixelRef(addr, size.get32(), ctable))->unref();
969 dst.setPixelRef(pixelRef)->unref();
    [all...]
SkBlitter.cpp 713 f3DShader->unref();
876 paint.writable()->setShader(shader3D)->unref();
911 paint.writable()->setShader(shader)->unref();
925 paint.writable()->setShader(shader)->unref();
1015 fShader->unref();
  /external/chromium_org/third_party/skia/include/core/
SkStream.h 43 * mmap if available). On success, the caller must call unref() on the
330 * The caller must call unref() when it is finished using the data.
425 * calling unref() when they are finished with the data.
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 458 morphType))->unref();
489 srcTexture->unref();
497 srcTexture->unref();
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFTypes.cpp 376 fValue[offset]->unref();
481 fValue[i].key->unref();
482 fValue[i].value->unref();
  /external/skia/include/core/
SkStream.h 43 * mmap if available). On success, the caller must call unref() on the
332 * The caller must call unref() when it is finished using the data.
427 * calling unref() when they are finished with the data.
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 458 morphType))->unref();
489 srcTexture->unref();
497 srcTexture->unref();
  /external/chromium_org/third_party/skia/include/gpu/
GrContext.h 122 * ref on the returned texture which must be balanced by a call to unref.
141 * value will be NULL if not found. The caller must balance with a call to unref.
187 * owns a ref on the returned texture and must balance with a call to unref.
199 * it to the cache, where it may be purged. This does not unref the texture.
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 184 // and refs this canvas. Unref the SkBitmapHeap to end the
188 fBitmapHeap->unref();
435 this->setDevice(device)->unref();
445 shuttle->unref();
    [all...]
  /external/skia/include/gpu/
GrContext.h 122 * ref on the returned texture which must be balanced by a call to unref.
141 * value will be NULL if not found. The caller must balance with a call to unref.
187 * owns a ref on the returned texture and must balance with a call to unref.
199 * it to the cache, where it may be purged. This does not unref the texture.
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 184 // and refs this canvas. Unref the SkBitmapHeap to end the
188 fBitmapHeap->unref();
435 this->setDevice(device)->unref();
445 shuttle->unref();
    [all...]
  /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/core/platform/graphics/filters/
FEMorphology.cpp 260 paint.setImageFilter(new SkDilateImageFilter(radiusX, radiusY))->unref();
262 paint.setImageFilter(new SkErodeImageFilter(radiusX, radiusY))->unref();

Completed in 2620 milliseconds

<<11121314151617181920>>