Home | History | Annotate | Download | only in tests

Lines Matching refs:isIntersectionOfRects

249     bool isIntersectionOfRects = false;
277 &isIntersectionOfRects);
280 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
283 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
414 bool isIntersectionOfRects;
461 stack.getBounds(&bound, &type, &isIntersectionOfRects);
521 bool isIntersectionOfRects;
533 stack.getBounds(&bound, &type, &isIntersectionOfRects);
535 REPORTER_ASSERT(reporter, isIntersectionOfRects);
548 stack.getBounds(&bound, &type, &isIntersectionOfRects);
550 REPORTER_ASSERT(reporter, isIntersectionOfRects);
563 stack.getBounds(&bound, &type, &isIntersectionOfRects);
565 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
578 stack.getBounds(&bound, &type, &isIntersectionOfRects);
580 REPORTER_ASSERT(reporter, isIntersectionOfRects);
593 stack.getBounds(&bound, &type, &isIntersectionOfRects);
595 REPORTER_ASSERT(reporter, isIntersectionOfRects);
608 stack.getBounds(&bound, &type, &isIntersectionOfRects);
610 REPORTER_ASSERT(reporter, !isIntersectionOfRects);