Lines Matching defs:clipped
724 // Tests that a rect shape is actually pre-clipped to the device bounds
1040 SkRect clipped = rightSide;
1041 SkAssertResult(clipped.intersect(SkRect::Make(kDeviceBounds)));
1045 .expect().nonAA().difference().rect(clipped).finishElements()
1795 // Tests preApply works as expected for device rects, rrects, and reports clipped-out, etc. as
1812 // Empty clip is clipped out
1944 REPORTER_ASSERT(r, effect == GrClip::Effect::kClippedOut, "Offscreen draw is clipped out");
1973 "Draw rect should be clipped to device rect");
1991 REPORTER_ASSERT(r, effect == GrClip::Effect::kClipped, "Draw should be clipped by rect");
2007 REPORTER_ASSERT(r, effect == GrClip::Effect::kClipped, "Draw should be clipped");