Lines Matching refs:isIntersectionOfRects
280 bool isIntersectionOfRects = false; in test_bounds() local
318 &isIntersectionOfRects); in test_bounds()
321 REPORTER_ASSERT(reporter, isIntersectionOfRects == in test_bounds()
324 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_bounds()
454 bool isIntersectionOfRects; in test_rect_replace() local
501 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_replace()
561 bool isIntersectionOfRects; in test_rect_merging() local
573 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
575 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
588 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
590 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
603 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
605 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_rect_merging()
618 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
620 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
633 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
635 REPORTER_ASSERT(reporter, isIntersectionOfRects); in test_rect_merging()
648 stack.getBounds(&bound, &type, &isIntersectionOfRects); in test_rect_merging()
650 REPORTER_ASSERT(reporter, !isIntersectionOfRects); in test_rect_merging()