Home | History | Annotate | Download | only in tests

Lines Matching refs:isIntersectionOfRects

256     bool isIntersectionOfRects = false;
294 &isIntersectionOfRects);
297 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
300 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
431 bool isIntersectionOfRects;
478 stack.getBounds(&bound, &type, &isIntersectionOfRects);
538 bool isIntersectionOfRects;
550 stack.getBounds(&bound, &type, &isIntersectionOfRects);
552 REPORTER_ASSERT(reporter, isIntersectionOfRects);
565 stack.getBounds(&bound, &type, &isIntersectionOfRects);
567 REPORTER_ASSERT(reporter, isIntersectionOfRects);
580 stack.getBounds(&bound, &type, &isIntersectionOfRects);
582 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
595 stack.getBounds(&bound, &type, &isIntersectionOfRects);
597 REPORTER_ASSERT(reporter, isIntersectionOfRects);
610 stack.getBounds(&bound, &type, &isIntersectionOfRects);
612 REPORTER_ASSERT(reporter, isIntersectionOfRects);
625 stack.getBounds(&bound, &type, &isIntersectionOfRects);
627 REPORTER_ASSERT(reporter, !isIntersectionOfRects);