Lines Matching refs:isIntersectionOfRects
250 bool isIntersectionOfRects = false; in test_bounds() local
288 &isIntersectionOfRects); in test_bounds()
291 REPORTER_ASSERT(reporter, isIntersectionOfRects == in test_bounds()
294 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_bounds()
425 bool isIntersectionOfRects; in test_rect_replace() local
472 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_replace()
532 bool isIntersectionOfRects; in test_rect_merging() local
544 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
546 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
559 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
561 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
574 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
576 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_rect_merging()
589 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
591 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
604 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
606 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
619 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
621 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_rect_merging()