Loading graphics/java/android/graphics/pdf/PdfRenderer.java +3 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,9 @@ public final class PdfRenderer implements AutoCloseable { */ public void render(@NonNull Bitmap destination, @Nullable Rect destClip, @Nullable Matrix transform, @RenderMode int renderMode) { throwIfClosed(); if (mNativePage == 0) { throw new NullPointerException(); } destination = Preconditions.checkNotNull(destination, "bitmap null"); Loading Loading
graphics/java/android/graphics/pdf/PdfRenderer.java +3 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,9 @@ public final class PdfRenderer implements AutoCloseable { */ public void render(@NonNull Bitmap destination, @Nullable Rect destClip, @Nullable Matrix transform, @RenderMode int renderMode) { throwIfClosed(); if (mNativePage == 0) { throw new NullPointerException(); } destination = Preconditions.checkNotNull(destination, "bitmap null"); Loading