Home | History | Annotate | Download | only in tests

Lines Matching refs:ClipRect

71     virtual void clipRect(const SkRect& r, SkRegion::Op op, bool aa) {
72 fTarget->clipRect(r, op, aa);
301 SIMPLE_TEST_STEP(ClipRect, clipRect(kTestRect));
442 canvas->clipRect(kTestRect);
495 testCanvas->clipRect(kTestRect);