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.java311 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()
DBitmapFactoryTest.java638 Bitmap unpremul = BitmapFactory.decodeResource(mRes, R.drawable.premul_data, options); in testDecodePremultipliedData() local
DImageDecoderTest.java613 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()