Home | History | Annotate | Download | only in Intersection

Lines Matching defs:rect1

487         _Rect rect1, rect2;
488 rect1.setBounds(cubic1);
490 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
491 && rect1.top <= rect2.bottom && rect2.top <= rect1.bottom;
586 _Rect rect1, rect2;
587 rect1.setBounds(cubic1);
589 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
590 && rect1.top <= rect2.bottom && rect2.top <= rect1.bottom;