Home
last modified time | relevance | path

Searched refs:toIntArray (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DMSSIMMatcherTest.kt40 first.toIntArray(), in performDiff_sameBitmaps()
41 second.toIntArray(), in performDiff_sameBitmaps()
60 first.toIntArray(), in performDiff_noPixelsCompared()
61 second.toIntArray(), in performDiff_noPixelsCompared()
88 first.toIntArray(), in performDiff_sameRegion()
89 second.toIntArray(), in performDiff_sameRegion()
108 first.toIntArray(), in performDiff_checkedAgainstUnchecked()
109 second.toIntArray(), in performDiff_checkedAgainstUnchecked()
127 first.toIntArray(), in performDiff_differentBorders()
128 second.toIntArray(), in performDiff_differentBorders()
[all …]
DPixelPerfectMatcherTest.kt40 first.toIntArray(), in performDiff_sameBitmaps()
41 second.toIntArray(), in performDiff_sameBitmaps()
57 expected = first.toIntArray(), in performDiff_sameSize_partialCompare_topLeftOutOfBoundaries_diff()
58 given = second.toIntArray(), in performDiff_sameSize_partialCompare_topLeftOutOfBoundaries_diff()
75 expected = first.toIntArray(), in performDiff_sameSize_partialCompare_topLeft_diffBoundaries()
76 given = second.toIntArray(), in performDiff_sameSize_partialCompare_topLeft_diffBoundaries()
93 expected = first.toIntArray(), in performDiff_sameSize_partialCompare_bottomRight()
94 given = second.toIntArray(), in performDiff_sameSize_partialCompare_bottomRight()
111 expected = first.toIntArray(), in performDiff_sameSize_partialCompare_bottomRightOutOfBoundaries_diff()
112 given = second.toIntArray(), in performDiff_sameSize_partialCompare_bottomRightOutOfBoundaries_diff()
[all …]
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/
DAlmostPerfectMatcherTest.kt23 import platform.test.screenshot.toIntArray
109 expected = first.toIntArray(), in performDiff_sameBitmaps()
110 given = second.toIntArray(), in performDiff_sameBitmaps()
127 expected = first.toIntArray(), in performDiff_sameSize_partialCompare_checkDiffImage()
128 given = second.toIntArray(), in performDiff_sameSize_partialCompare_checkDiffImage()
133 val diffImage = result.diff!!.toIntArray() in performDiff_sameSize_partialCompare_checkDiffImage()
DHumanEyeMatcherTest.kt9 import platform.test.screenshot.toIntArray in <lambda>()
90 expected = first.toIntArray(), in <lambda>()
91 given = second.toIntArray(), in <lambda>()
638 assertThat(result.diff?.toIntArray()).isNull() in <lambda>()
643 assertThat(result.diff!!.toIntArray()).isEqualTo(diff) in <lambda>()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotTestRule.kt196 expected = expected.toIntArray(), in <lambda>()
197 given = actual.toIntArray(), in <lambda>()
227 expected = expected.toIntArray(), in <lambda>()
228 given = actual.toIntArray(), in <lambda>()
403 internal fun Bitmap.toIntArray(): IntArray { in toIntArray() method
DMaterialYouColorsSimulationUtils.kt101 val bitmapArray = originalBitmap.toIntArray() in bitmapWithMaterialYouColorsSimulation()