Searched refs:indexFromXAndY (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
D | MSSIMMatcher.kt | 104 val start: Int = indexFromXAndY(currentWindowX, currentWindowY, stride, offset) in calculateSSIM() 173 return !filter[indexFromXAndY(x, y, stride, start)] in shouldIgnorePixel() 193 if (colors[indexFromXAndY(x, y, stride, start)] != Color.WHITE) { in shouldIgnoreWindow() 222 private fun indexFromXAndY(x: Int, y: Int, stride: Int, offset: Int): Int { in indexFromXAndY() method 255 val index: Int = indexFromXAndY(x, y, stride, start) in getMeans() 291 val index: Int = indexFromXAndY(x, y, stride, start) in getVariances()
|