Searched refs:jInfo (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 473 AndroidBitmapInfo jInfo; in bitmapsEqual() local 474 int bitmapResult = AndroidBitmap_getInfo(env, jbitmap, &jInfo); in bitmapsEqual() 477 EXPECT_EQ("Wrong format", jInfo.format, androidBitmapFormat); in bitmapsEqual() 483 int jAlphaFlags = jInfo.flags & ANDROID_BITMAP_FLAGS_ALPHA_MASK; in bitmapsEqual() 489 EXPECT_EQ("Wrong width", jInfo.width, width); in bitmapsEqual() 490 EXPECT_EQ("Wrong height", jInfo.height, height); in bitmapsEqual() 492 EXPECT_GE("Stride too small", jInfo.stride, minStride); in bitmapsEqual() 498 bool equal = bitmapsEqual(minStride, height, pixelsA, strideA, jPixels, jInfo.stride); in bitmapsEqual() 811 AndroidBitmapInfo jInfo; in testComputeSampledSize() local 812 int bitmapResult = AndroidBitmap_getInfo(env, jbitmap, &jInfo); in testComputeSampledSize() [all …]
|