Searched refs:decodeBytes (Results 1 – 1 of 1) sorted by relevance
168 private Bitmap decodeBytes(byte[] bytes) { in decodeBytes() method in BitmapTest203 Bitmap result = decodeBytes(webpCompressed); in testCompressWebpLossy()222 Bitmap result = decodeBytes(webpCompressed); in testCompressWebpLossless()233 Bitmap result = decodeBytes(webpCompressed); in testCompressWebp100MeansLossless()2933 Bitmap expectedBitmap = decodeBytes(expected); in testNdkCompress()2934 Bitmap actualBitmap = decodeBytes(actual); in testNdkCompress()