Searched refs:stats (Results 1 – 2 of 2) sorted by relevance
54 val stats = "[PixelPerfect] Same pixels: $same, " + "Different pixels: $different" in compareBitmaps() constant55 return MatchResult(matches = false, diff = diff, comparisonStatistics = stats) in compareBitmaps()58 val stats = "[PixelPerfect]" in compareBitmaps() constant59 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps()
49 val stats = in compareBitmaps() constant53 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps()58 return MatchResult(matches = false, diff = result.diff, comparisonStatistics = stats) in compareBitmaps()