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

  /external/skia/include/gpu/
SkGrPixelRef.h 28 void onUnlockPixels() override;
  /external/skia/src/lazy/
SkDiscardablePixelRef.h 32 void onUnlockPixels() override;
SkDiscardablePixelRef.cpp 99 void SkDiscardablePixelRef::onUnlockPixels() {
  /external/skia/tests/
PDFInvalidBitmapTest.cpp 27 void onUnlockPixels() override {
DrawBitmapRectTest.cpp 27 void onUnlockPixels() override {}
  /external/skia/include/core/
SkMallocPixelRef.h 105 void onUnlockPixels() override;
SkPixelRef.h 292 virtual void onUnlockPixels() = 0;
335 // the need to grab the mutex and call onLockPixels/onUnlockPixels.
  /external/skia/src/gpu/
SkGrPixelRef.cpp 43 void SkROLockPixelsPixelRef::onUnlockPixels() {
  /external/skia/src/core/
SkMallocPixelRef.cpp 204 void SkMallocPixelRef::onUnlockPixels() {
SkPixelRef.cpp 179 // don't call onUnlockPixels unless onLockPixels succeeded
181 this->onUnlockPixels();
SkResourceCache.cpp 89 void onUnlockPixels() override;
149 void SkOneShotDiscardablePixelRef::onUnlockPixels() {
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 110 virtual void onUnlockPixels() override {
    [all...]

Completed in 130 milliseconds