Home | History | Annotate | Download | only in tests

Lines Matching refs:isIntersectionOfRects

249     bool isIntersectionOfRects = false;
276 &isIntersectionOfRects);
279 REPORTER_ASSERT(reporter, isIntersectionOfRects ==
282 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
407 bool isIntersectionOfRects;
419 stack.getBounds(&bound, &type, &isIntersectionOfRects);
421 REPORTER_ASSERT(reporter, isIntersectionOfRects);
434 stack.getBounds(&bound, &type, &isIntersectionOfRects);
436 REPORTER_ASSERT(reporter, isIntersectionOfRects);
449 stack.getBounds(&bound, &type, &isIntersectionOfRects);
451 REPORTER_ASSERT(reporter, !isIntersectionOfRects);
464 stack.getBounds(&bound, &type, &isIntersectionOfRects);
466 REPORTER_ASSERT(reporter, isIntersectionOfRects);
479 stack.getBounds(&bound, &type, &isIntersectionOfRects);
481 REPORTER_ASSERT(reporter, isIntersectionOfRects);
494 stack.getBounds(&bound, &type, &isIntersectionOfRects);
496 REPORTER_ASSERT(reporter, !isIntersectionOfRects);