Lines Matching defs:isIntersectionOfRects
244 bool isIntersectionOfRects = false;
282 &isIntersectionOfRects);
285 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
288 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
419 bool isIntersectionOfRects;
466 stack.getBounds(&bound, &type, &isIntersectionOfRects);
526 bool isIntersectionOfRects;
538 stack.getBounds(&bound, &type, &isIntersectionOfRects);
540 REPORTER_ASSERT(reporter, isIntersectionOfRects);
553 stack.getBounds(&bound, &type, &isIntersectionOfRects);
555 REPORTER_ASSERT(reporter, isIntersectionOfRects);
568 stack.getBounds(&bound, &type, &isIntersectionOfRects);
570 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
583 stack.getBounds(&bound, &type, &isIntersectionOfRects);
585 REPORTER_ASSERT(reporter, isIntersectionOfRects);
598 stack.getBounds(&bound, &type, &isIntersectionOfRects);
600 REPORTER_ASSERT(reporter, isIntersectionOfRects);
613 stack.getBounds(&bound, &type, &isIntersectionOfRects);
615 REPORTER_ASSERT(reporter, !isIntersectionOfRects);