Searched defs:unpremul (Results 1 – 4 of 4) sorted by relevance
288 private static Bitmap decode(ImageDecoder.Source src, boolean unpremul) { in decode()301 private static Bitmap decode(int resId, boolean unpremul) { in decode()317 public void testDecode(ImageDecoderTest.AssetRecord record, boolean unpremul) { in testDecode()331 public void testDecodeResources(ImageDecoderTest.Record record, boolean unpremul) in testDecodeResources()
621 Bitmap unpremul = BitmapFactory.decodeResource(mRes, R.drawable.premul_data, options); in testDecodePremultipliedData() local
495 Bitmap unpremul = ImageDecoder.decodeBitmap(src, in testUnpremul() local
507 jint androidBitmapFormat, jboolean unpremul, jobject jbitmap) { in testDecode()