Home | History | Annotate | Download | only in tests

Lines Matching refs:clipPath

75     virtual void clipPath(const SkPath& p, SkRegion::Op op, bool aa) {
76 fTarget->clipPath(p, op, aa);
291 SIMPLE_TEST_STEP(ClipPath, clipPath(kTestPath));