Searched refs:interY (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dotp.c124 bool interY = (b1->y + b1->height > b2->y) && (b2->y + b2->height > b1->y); local in function:BoxesIntersect
126 return (interX && interY);

Completed in 3 milliseconds