Searched refs:decodeBytes (Results 1 – 1 of 1) sorted by relevance
155 private Bitmap decodeBytes(byte[] bytes) { in decodeBytes() method in BitmapTest190 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()