Searched refs:computeWindowSize (Results 1 – 1 of 1) sorted by relevance
100 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