Searched refs:scaledBm (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapColorSpaceTest.java | 1219 Bitmap scaledBm = Bitmap.createScaledBitmap(bm, bm.getWidth() / 4, bm.getHeight() / 4, in testGrayscaleProfile() local 1221 assertEquals(cs, scaledBm.getColorSpace()); in testGrayscaleProfile() 1227 final int width = scaledBm.getWidth(); in testGrayscaleProfile() 1228 final int height = scaledBm.getHeight(); in testGrayscaleProfile() 1230 scaledBm.getPixels(pixels, 0, width, 0, 0, width, height); in testGrayscaleProfile()
|