Home
last modified time | relevance | path

Searched refs:r0y1 (Results 1 – 1 of 1) sorted by path

/dports/games/sol/sol-1.0.8/
H A Dboard.c276 boardRectIntersect(int r0x0, int r0y0, int r0x1, int r0y1, in boardRectIntersect() argument
281 || (r0y0 < r1y0 && r0y1 < r1y0) /* outside above */ in boardRectIntersect()
282 || (r0y0 > r1y1 && r0y1 > r1y1)) /* outside below */ in boardRectIntersect()