Home | History | Annotate | Download | only in tests

Lines Matching refs:ClipPath

92     virtual void clipPath(const SkPath& p, SkRegion::Op op, bool aa) SK_OVERRIDE {
93 fTarget->clipPath(p, op, aa);
323 SIMPLE_TEST_STEP(ClipPath, clipPath(kTestPath));