Lines Matching refs:fDoAA
25 bool fDoAA; member in AAClipBench
30 , fDoAA(doAA) { in AAClipBench()
61 canvas->clipPath(fClipPath, SkClipOp::kIntersect, fDoAA); in onDraw()
63 canvas->clipRect(fClipRect, SkClipOp::kIntersect, fDoAA); in onDraw()
89 bool fDoAA; member in NestedAAClipBench
99 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
131 canvas->clipPath(path, SkClipOp::kIntersect, fDoAA); in recurse()
176 bool fDoAA; member in AAClipBuilderBench
181 fDoAA = doAA; in AAClipBuilderBench()
201 clip.setPath(fPath, &fRegion, fDoAA); in onDraw()
203 clip.setRect(fRect, fDoAA); in onDraw()