Home | History | Annotate | Download | only in tests

Lines Matching refs:aa

86     virtual void clipRect(const SkRect& r, SkRegion::Op op, bool aa) SK_OVERRIDE {
87 fTarget->clipRect(r, op, aa);
89 virtual void clipRRect(const SkRRect& r, SkRegion::Op op, bool aa) SK_OVERRIDE {
90 fTarget->clipRRect(r, op, aa);
92 virtual void clipPath(const SkPath& p, SkRegion::Op op, bool aa) SK_OVERRIDE {
93 fTarget->clipPath(p, op, aa);