Searched defs:unpremul (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | AImageDecoderTest.java | 311 private static Bitmap decode(ImageDecoder.Source src, boolean unpremul) { in decode() 324 private static Bitmap decode(int resId, boolean unpremul) { in decode() 341 public void testDecode10BitHeif(int bitmapFormat, boolean unpremul) throws IOException { in testDecode10BitHeif() 378 public void testDecode10BitAvif(int bitmapFormat, boolean unpremul) throws IOException { in testDecode10BitAvif() 413 public void testDecode(ImageDecoderTest.AssetRecord record, boolean unpremul) { in testDecode() 427 public void testDecodeResources(ImageDecoderTest.Record record, boolean unpremul) in testDecodeResources()
|
D | BitmapFactoryTest.java | 638 Bitmap unpremul = BitmapFactory.decodeResource(mRes, R.drawable.premul_data, options); in testDecodePremultipliedData() local
|
D | ImageDecoderTest.java | 613 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()
|