Searched refs:decodeBytes (Results 1 – 1 of 1) sorted by relevance
152 private Bitmap decodeBytes(byte[] bytes) { in decodeBytes() method in BitmapTest187 Bitmap result = decodeBytes(webpCompressed); in testCompressWebpLossy()206 Bitmap result = decodeBytes(webpCompressed); in testCompressWebpLossless()217 Bitmap result = decodeBytes(webpCompressed); in testCompressWebp100MeansLossless()2824 Bitmap expectedBitmap = decodeBytes(expected); in testNdkCompress()2825 Bitmap actualBitmap = decodeBytes(actual); in testNdkCompress()