Searched refs:bmHeight (Results 1 – 1 of 1) sorted by relevance
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
D | Utils.java | 117 static @NonNull Bitmap renderWithTransform(int bmWidth, int bmHeight, @RawRes int docRes, in renderWithTransform() argument 123 Bitmap bm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888); in renderWithTransform() 147 private static @NonNull Bitmap renderAndThenTransform(int bmWidth, int bmHeight, in renderAndThenTransform() argument 176 (float) bmHeight / renderedBm.getHeight()); in renderAndThenTransform() 180 Bitmap transformedBm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888); in renderAndThenTransform() 186 clippedBm = Bitmap.createBitmap(bmWidth, bmHeight, Bitmap.Config.ARGB_8888); in renderAndThenTransform()
|