Searched refs:dx (Results 1 – 1 of 1) sorted by relevance
204 int dx = shared->ball[j].x - x; in UpdateBalls() local206 if (dx * dx + dy * dy < (BALL_RADIUS * 2) * (BALL_RADIUS * 2)) in UpdateBalls()225 int dx2 = dx * dx; in UpdateBalls()228 int crs = dx * dy; in UpdateBalls()