Lines Matching refs:fDoAA
24 bool fDoAA;
29 , fDoAA(doAA) {
60 canvas->clipPath(fClipPath, SkClipOp::kIntersect, fDoAA);
62 canvas->clipRect(fClipRect, SkClipOp::kIntersect, fDoAA);
88 bool fDoAA;
98 NestedAAClipBench(bool doAA) : fDoAA(doAA) {
130 canvas->clipPath(path, SkClipOp::kIntersect, fDoAA);
175 bool fDoAA;
180 fDoAA = doAA;
199 clip.setPath(fPath, fBounds, fDoAA);
201 if (fDoAA) {
202 clip.setPath(SkPath::Rect(fRect), fBounds, fDoAA);