Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt100 val windowHeight = computeWindowSize(currentWindowY, height) in calculateSSIM()
103 val windowWidth = computeWindowSize(currentWindowX, width) in calculateSSIM()
154 private fun computeWindowSize(coordinateStart: Int, dimension: Int): Int { in computeWindowSize() method in platform.test.screenshot.matchers.MSSIMMatcher