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