Home | History | Annotate | Download | only in Intersection

Lines Matching refs:rect2

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