Searched refs:edgeY (Results 1 – 2 of 2) sorted by relevance
230 const int edgeY = y < top ? top : (y > bottom ? bottom : y); in squaredLengthToEdge() local232 const int dy = y - edgeY; in squaredLengthToEdge()
946 final int edgeY = y < top ? top : (y > bottom ? bottom : y); in squaredDistanceToEdge() local948 final int dy = y - edgeY; in squaredDistanceToEdge()