Home
last modified time | relevance | path

Searched defs:unpremul (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java310 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()
DBitmapFactoryTest.java641 Bitmap unpremul = BitmapFactory.decodeResource(mRes, R.drawable.premul_data, options); in testDecodePremultipliedData() local
DImageDecoderTest.java620 Bitmap unpremul = ImageDecoder.decodeBitmap(src, in testUnpremul() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp513 jint androidBitmapFormat, jboolean unpremul, jobject jbitmap) { in testDecode()