Home
last modified time | relevance | path

Searched refs:alphaFlags (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp471 int width, int height, int alphaFlags, size_t minStride, in bitmapsEqual() argument
485 && alphaFlags != ANDROID_BITMAP_FLAGS_ALPHA_OPAQUE) { in bitmapsEqual()
486 EXPECT_EQ("Wrong alpha type", jAlphaFlags, alphaFlags); in bitmapsEqual()
515 int alphaFlags = AImageDecoderHeaderInfo_getAlphaFlags(info); in testDecode() local
521 if (alphaFlags != ANDROID_BITMAP_FLAGS_ALPHA_OPAQUE) { in testDecode()
535 alphaFlags = ANDROID_BITMAP_FLAGS_ALPHA_UNPREMUL; in testDecode()
568 width, height, alphaFlags, minStride, pixels, minStride)); in testDecode()
603 if (alphaFlags == ANDROID_BITMAP_FLAGS_ALPHA_OPAQUE) { in testDecode()
616 if (!decodeAgain(alphaFlags)) return; in testDecode()
1221 int alphaFlags = AImageDecoderHeaderInfo_getAlphaFlags(info); in testDecodeSetDataSpace() local
[all …]