Searched refs:maxPoint (Results 1 – 1 of 1) sorted by relevance
2177 float maxPoint = 1; in VerifyFocusCorrectness() local2181 } else if (VerifyPoint.x > maxPoint) { in VerifyFocusCorrectness()2182 VerifyPoint.x = maxPoint; in VerifyFocusCorrectness()2186 } else if (VerifyPoint.y > maxPoint) { in VerifyFocusCorrectness()2187 VerifyPoint.y = maxPoint; in VerifyFocusCorrectness()