Loading src/com/android/gallery3d/filtershow/cache/CachingPipeline.java +3 −1 Original line number Diff line number Diff line Loading @@ -393,7 +393,9 @@ public class CachingPipeline { mOutPixelsAllocation.getType()); needsUpdate = true; } if (RS != null) { mInPixelsAllocation.copyFrom(bitmap); } if (bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) { mWidth = bitmap.getWidth(); Loading Loading
src/com/android/gallery3d/filtershow/cache/CachingPipeline.java +3 −1 Original line number Diff line number Diff line Loading @@ -393,7 +393,9 @@ public class CachingPipeline { mOutPixelsAllocation.getType()); needsUpdate = true; } if (RS != null) { mInPixelsAllocation.copyFrom(bitmap); } if (bitmap.getWidth() != mWidth || bitmap.getHeight() != mHeight) { mWidth = bitmap.getWidth(); Loading