HomeSort by relevance Sort by last modified time
    Searched refs:onUnlockPixels (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/src/image/
SkDataPixelRef.h 24 virtual void onUnlockPixels() SK_OVERRIDE;
SkDataPixelRef.cpp 26 void SkDataPixelRef::onUnlockPixels() {
  /external/skia/include/core/
SkMallocPixelRef.h 36 virtual void onUnlockPixels();
SkPixelRef.h 189 virtual void onUnlockPixels() = 0;
215 // the need to grab the mutex and call onLockPixels/onUnlockPixels.
  /external/skia/include/images/
SkImageRef_GlobalPool.h 53 virtual void onUnlockPixels();
SkImageRef.h 76 virtual void onUnlockPixels() {}
SkFlipPixelRef.h 56 virtual void onUnlockPixels();
  /external/skia/include/gpu/
SkGrPixelRef.h 32 virtual void onUnlockPixels();
  /external/skia/legacy/include/core/
SkMallocPixelRef.h 44 virtual void onUnlockPixels();
SkPixelRef.h 189 virtual void onUnlockPixels() = 0;
210 // the need to grab the mutex and call onLockPixels/onUnlockPixels.
  /external/skia/legacy/include/images/
SkImageRef_GlobalPool.h 59 virtual void onUnlockPixels();
SkImageRef.h 79 virtual void onUnlockPixels();
SkFlipPixelRef.h 64 virtual void onUnlockPixels();
  /external/skia/legacy/src/ports/
SkImageRef_ashmem.h 39 virtual void onUnlockPixels();
SkImageRef_ashmem.cpp 197 void SkImageRef_ashmem::onUnlockPixels() {
198 this->INHERITED::onUnlockPixels();
  /external/skia/src/images/
SkImageRef_ashmem.h 36 virtual void onUnlockPixels();
SkImageRef_GlobalPool.cpp 42 /* By design, onUnlockPixels() already is inside the mutex-lock,
60 void SkImageRef_GlobalPool::onUnlockPixels() {
61 this->INHERITED::onUnlockPixels();
63 // by design, onUnlockPixels() already is inside the mutex-lock
SkFlipPixelRef.cpp 52 void SkFlipPixelRef::onUnlockPixels() {
  /frameworks/base/media/tests/omxjpegdecoder/
SkOmxPixelRef.cpp 44 void SkOmxPixelRef::onUnlockPixels() {
SkOmxPixelRef.h 40 virtual void onUnlockPixels();
  /external/skia/legacy/src/images/
SkImageRef_GlobalPool.cpp 42 /* By design, onUnlockPixels() already is inside the mutex-lock,
60 void SkImageRef_GlobalPool::onUnlockPixels() {
61 this->INHERITED::onUnlockPixels();
63 // by design, onUnlockPixels() already is inside the mutex-lock
SkCreateRLEPixelRef.cpp 21 virtual void onUnlockPixels();
45 void RLEPixelRef::onUnlockPixels() {
  /external/skia/legacy/src/core/
SkMallocPixelRef.cpp 35 void SkMallocPixelRef::onUnlockPixels() {
  /external/skia/src/core/
SkMallocPixelRef.cpp 39 void SkMallocPixelRef::onUnlockPixels() {
SkPixelRef.cpp 129 this->onUnlockPixels();

Completed in 43 milliseconds

1 2