Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java1217 Bitmap scaledBm = Bitmap.createScaledBitmap(bm, bm.getWidth() / 4, bm.getHeight() / 4, in testGrayscaleProfile() local
1219 assertEquals(cs, scaledBm.getColorSpace()); in testGrayscaleProfile()
1225 final int width = scaledBm.getWidth(); in testGrayscaleProfile()
1226 final int height = scaledBm.getHeight(); in testGrayscaleProfile()
1228 scaledBm.getPixels(pixels, 0, width, 0, 0, width, height); in testGrayscaleProfile()