Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java155 private Bitmap decodeBytes(byte[] bytes) { in decodeBytes() method in BitmapTest
190 Bitmap result = decodeBytes(webpCompressed); in testCompressWebpLossy()
209 Bitmap result = decodeBytes(webpCompressed); in testCompressWebpLossless()
220 Bitmap result = decodeBytes(webpCompressed); in testCompressWebp100MeansLossless()
2806 Bitmap expectedBitmap = decodeBytes(expected); in testNdkCompress()
2807 Bitmap actualBitmap = decodeBytes(actual); in testNdkCompress()