Home
last modified time | relevance | path

Searched defs:bPng (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapFactoryTest.java270 Bitmap bPng = decodeOpaqueImage(R.drawable.png_test, options); in testWebpStreamDecode() local
282 Bitmap bPng = decodeOpaqueImage(R.drawable.png_test, options); in testWebpStreamEncode() local
303 Bitmap bPng = BitmapFactory.decodeStream(iStreamPng, null, options); in testDecodeStream5() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeBitmapFactoryTest.java205 Bitmap bPng = BitmapFactory.decodeStream(iStreamPng, null, options); in testDecodeStream5() local