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