Searched defs:unpremul (Results 1 – 4 of 4) sorted by relevance
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | AImageDecoderTest.java | 310 private static Bitmap decode(ImageDecoder.Source src, boolean unpremul) { in decode() 323 private static Bitmap decode(int resId, boolean unpremul) { in decode() 340 public void testDecode10BitHeif(int bitmapFormat, boolean unpremul) throws IOException { in testDecode10BitHeif() 377 public void testDecode10BitAvif(int bitmapFormat, boolean unpremul) throws IOException { in testDecode10BitAvif() 412 public void testDecode(ImageDecoderTest.AssetRecord record, boolean unpremul) { in testDecode() 426 public void testDecodeResources(ImageDecoderTest.Record record, boolean unpremul) in testDecodeResources()
|
| D | BitmapFactoryTest.java | 641 Bitmap unpremul = BitmapFactory.decodeResource(mRes, R.drawable.premul_data, options); in testDecodePremultipliedData() local
|
| D | ImageDecoderTest.java | 620 Bitmap unpremul = ImageDecoder.decodeBitmap(src, in testUnpremul() local
|
| /cts/tests/tests/graphics/jni/ |
| D | android_graphics_cts_AImageDecoderTest.cpp | 513 jint androidBitmapFormat, jboolean unpremul, jobject jbitmap) { in testDecode()
|