Home
last modified time | relevance | path

Searched defs:bitmap1 (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeBitmapTest.java1508 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1518 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
1529 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_reconfigure() local
1540 Bitmap bitmap1 = Bitmap.createBitmap(100, 200, Config.RGB_565); in testSameAs_config() local
1554 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_width() local
1564 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_height() local
1574 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
1587 Bitmap bitmap1 = BitmapFactory.decodeResource(res, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapTest.java1986 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1996 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
2007 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_reconfigure() local
2018 Bitmap bitmap1 = Bitmap.createBitmap(100, 200, Config.RGB_565); in testSameAs_config() local
2032 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_width() local
2042 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_height() local
2052 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
2064 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
2083 Bitmap bitmap1 = Bitmap.wrapHardwareBuffer(hwBufferA, ColorSpace.get(Named.SRGB)); in testSameAs_wrappedHardwareBuffer() local
2112 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testGetConfigOnRecycled() local
H A DBitmapColorSpaceTest.java357 Bitmap bitmap1 = null; in reuse() local
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
H A DClipChildrenTestCase.kt61 val bitmap1 = bitmapPool.acquire(binding.root.width, binding.root.height) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DFadeTest.java255 private static double[] getMeans(Bitmap bitmap1, Bitmap bitmap2, int xStart, int yStart) { in getMeans()
274 private static double[] getVariances(Bitmap bitmap1, Bitmap bitmap2, double mean0, double mean1, in getVariances()
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityFocusAndInputFocusSyncTest.java387 private boolean isBitmapDifferent(Bitmap bitmap1, Bitmap bitmap2) { in isBitmapDifferent()
414 private void saveFailureScreenshot(Bitmap bitmap1, Bitmap bitmap2) { in saveFailureScreenshot()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBitmapTest.java198 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
209 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
221 Bitmap bitmap1 = create("Bitmap One"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
/aosp_15_r20/external/libjpeg-turbo/simd/arm/
H A Djcphuff-neon.c262 uint32_t bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_first_prepare_neon() local
522 uint32_t bitmap1 = vget_lane_u32(vreinterpret_u32_u8(bitmap_all), 1); in jsimd_encode_mcu_AC_refine_prepare_neon() local
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/
DTasksRepositoryTest.kt93 val bitmap1 = taskThumbnailDataSource.taskIdToBitmap[1] in setVisibleTasksPopulatesThumbnails() constant
/aosp_15_r20/external/skia/docs/examples/
H A DBitmap_refColorSpace.cpp6 SkBitmap bitmap1, bitmap2; in draw() local
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecodeAccuracyTestBase.java1797 private static Difference computeDifference(Bitmap bitmap1, Bitmap bitmap2) { in computeDifference()
1815 private static Difference computeDifference(Bitmap bitmap1, Bitmap bitmap2, int ignorePixels) { in computeDifference()
2068 Bitmap bitmap1, Bitmap bitmap2, int ignorePixels, Pair<Double, Double>[] borderCrops) { in computeMinimumDifference()
2092 Bitmap bitmap1, Bitmap bitmap2, int ignorePixels, int trueWidth, int trueHeight) { in computeMinimumDifference()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapFactoryTest.java33 Bitmap bitmap1 = Bitmap.createBitmap( in testBitmapParcelFileDescriptor() local
/aosp_15_r20/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
H A DTestUtils.java41 Bitmap bitmap1 = ((BitmapDrawable) drawable1).getBitmap(); in compareIcons() local
/aosp_15_r20/development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/
H A DCrossFading.java49 Bitmap bitmap1 = Bitmap.createBitmap(500, 500, Bitmap.Config.ARGB_8888); in onCreate() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
H A DBitmapAsserter.java31 public static void assertBitmapsAreSimilar(Bitmap bitmap1, Bitmap bitmap2, in assertBitmapsAreSimilar()
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DImageCompare.java48 public static double psnr(Bitmap bitmap1, Bitmap bitmap2) { in psnr()
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DImageCompare.java48 public static double psnr(Bitmap bitmap1, Bitmap bitmap2) { in psnr()
/aosp_15_r20/external/coreboot/src/mainboard/pcengines/apu2/
H A Dirq_tables.c11 u8 link0, u16 bitmap0, u8 link1, u16 bitmap1, in write_pirq_info()
/aosp_15_r20/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
H A DBitmapAsserter.java49 public void assertBitmapsAreSimilar(Bitmap bitmap1, Bitmap bitmap2, BitmapComparer comparer, in assertBitmapsAreSimilar()
/aosp_15_r20/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/util/
H A DWallpaperTestUtils.java63 public static boolean isSimilar(Bitmap bitmap1, Bitmap bitmap2, boolean requireSameDimensions) { in isSimilar()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/
H A DBitmapTest.java145 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in scaledBitmap_sameAs() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/style/cts/
H A DTextAppearanceSpanTest.java496 final Bitmap bitmap1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in assertTypefaceSame() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DMultiViewTest.java1074 Bitmap bitmap1 = mTextureView[viewIdx1].getBitmap(); in testTextureImageWriterReaderOperation() local
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_formfill_embeddertest.cpp1344 ScopedFPDFBitmap bitmap1 = RenderLoadedPage(page); in TEST_F() local
1553 ScopedFPDFBitmap bitmap1 = RenderLoadedPage(page); in TEST_F() local

12