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