Searched defs:diff (Results 1 – 4 of 4) sorted by relevance
77 val diff = Bitmap.createBitmap(diffArray, width, height, Bitmap.Config.ARGB_8888) in compareBitmaps() constant
80 val diff = Bitmap.createBitmap(diffArray, width, height, Bitmap.Config.ARGB_8888) in compareBitmaps() constant
75 val diff: Bitmap? constant in platform.test.screenshot.matchers.MatchResult
76 double diff = average - data[i]; in getStat() local