Searched refs:edgeX (Results 1 – 2 of 2) sorted by relevance
229 const int edgeX = x < left ? left : (x > right ? right : x); in squaredLengthToEdge() local231 const int dx = x - edgeX; in squaredLengthToEdge()
945 final int edgeX = x < left ? left : (x > right ? right : x); in squaredDistanceToEdge() local947 final int dx = x - edgeX; in squaredDistanceToEdge()