Searched refs:compareBitmaps (Results 1 – 5 of 5) sorted by relevance
38 matcher.compareBitmaps( in performDiff_sameBitmaps()55 matcher.compareBitmaps( in performDiff_sameSize_differentBorders()
33 fun compareBitmaps(expected: IntArray, given: IntArray, width: Int, height: Int): MatchResult method
25 override fun compareBitmaps( in compareBitmaps() method in androidx.test.screenshot.matchers.PixelPerfectMatcher
41 override fun compareBitmaps( in compareBitmaps() method in androidx.test.screenshot.matchers.MSSIMMatcher57 val result = PixelPerfectMatcher().compareBitmaps(expected, given, width, height) in compareBitmaps()
209 matcher.compareBitmaps( in assertBitmapAgainstGolden()