Home | History | Annotate | Download | only in tests

Lines Matching defs:rgn

1504     SkRegion rgn;
1506 canvas->temporary_internal_getRgnClip(&rgn);
1507 REPORTER_ASSERT(reporter, rgn.isRect());
1508 REPORTER_ASSERT(reporter, rgn.getBounds() == SkIRect::MakeWH(w, h));
1512 canvas->temporary_internal_getRgnClip(&rgn);
1513 REPORTER_ASSERT(reporter, rgn.isComplex());
1514 REPORTER_ASSERT(reporter, rgn.getBounds() == SkIRect::MakeWH(w, h));
1519 canvas->temporary_internal_getRgnClip(&rgn);
1520 REPORTER_ASSERT(reporter, rgn.isComplex());
1521 REPORTER_ASSERT(reporter, rgn.getBounds() == SkIRect::MakeLTRB(3, 3, 7, 7));