Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/
DPixelPerfectMatcher.kt36 val diffArray = IntArray(width * height) in compareBitmaps() constant
48 diffArray[index] = diffColor(referenceColor, testColor) in compareBitmaps()
53 val diff = Bitmap.createBitmap(diffArray, width, height, Bitmap.Config.ARGB_8888) in compareBitmaps()