Home
last modified time | relevance | path

Searched refs:bmWidth (Results 1 – 1 of 1) sorted by relevance

/cts/tests/pdf/src/android/graphics/pdf/cts/
DUtils.java117 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
175 transformation.postScale((float) bmWidth / renderedBm.getWidth(), 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()