Loading core/jni/android/graphics/Graphics.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -723,6 +723,7 @@ bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTab // Make sure that the recycled bitmap has the correct alpha type. mRecycledBitmap->setAlphaType(bitmap->alphaType()); bitmap->notifyPixelsChanged(); bitmap->lockPixels(); mNeedsCopy = false; Loading Loading
core/jni/android/graphics/Graphics.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -723,6 +723,7 @@ bool RecyclingClippingPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTab // Make sure that the recycled bitmap has the correct alpha type. mRecycledBitmap->setAlphaType(bitmap->alphaType()); bitmap->notifyPixelsChanged(); bitmap->lockPixels(); mNeedsCopy = false; Loading