Home | History | Annotate | Download | only in tests

Lines Matching refs:clipBounds

470     SkIRect clipBounds;
478 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
480 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
481 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
482 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
483 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
491 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
493 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
494 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
495 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
496 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);
504 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
506 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
507 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
508 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
509 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
516 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
518 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
519 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
520 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
521 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
528 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
533 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
534 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
535 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
536 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);
544 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
546 REPORTER_ASSERT(reporter, 6 == clipBounds.fLeft);
547 REPORTER_ASSERT(reporter, 6 == clipBounds.fTop);
548 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
549 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);