Home | History | Annotate | Download | only in tests

Lines Matching defs:clipBounds

955     SkIRect clipBounds;
962 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
964 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
965 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
966 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
967 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
973 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
975 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
976 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
977 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
978 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);
984 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
986 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
987 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
988 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
989 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
994 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
996 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
997 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
998 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
999 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
1004 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
1009 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
1010 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
1011 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
1012 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);
1018 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
1020 REPORTER_ASSERT(reporter, 6 == clipBounds.fLeft);
1021 REPORTER_ASSERT(reporter, 6 == clipBounds.fTop);
1022 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
1023 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);