Searched refs:alphaFlags (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 477 int width, int height, int alphaFlags, size_t minStride, in bitmapsEqual() argument 491 && alphaFlags != ANDROID_BITMAP_FLAGS_ALPHA_OPAQUE) { in bitmapsEqual() 492 EXPECT_EQ("Wrong alpha type", jAlphaFlags, alphaFlags); in bitmapsEqual() 521 int alphaFlags = AImageDecoderHeaderInfo_getAlphaFlags(info); in testDecode() local 527 if (alphaFlags != ANDROID_BITMAP_FLAGS_ALPHA_OPAQUE) { in testDecode() 541 alphaFlags = ANDROID_BITMAP_FLAGS_ALPHA_UNPREMUL; in testDecode() 575 width, height, alphaFlags, minStride, pixels, minStride)); in testDecode() 609 if (alphaFlags == ANDROID_BITMAP_FLAGS_ALPHA_OPAQUE) { in testDecode() 622 if (!decodeAgain(alphaFlags)) return; in testDecode() 1221 int alphaFlags = AImageDecoderHeaderInfo_getAlphaFlags(info); in testDecodeSetDataSpace() local [all …]
|