Lines Matching refs:fDoAA
25 bool fDoAA; member in AAClipBench
30 , fDoAA(doAA) { in AAClipBench()
63 canvas->clipPath(fClipPath, kReplace_SkClipOp, fDoAA); in onDraw()
65 canvas->clipRect(fClipRect, kReplace_SkClipOp, fDoAA); in onDraw()
91 bool fDoAA; member in NestedAAClipBench
101 NestedAAClipBench(bool doAA) : fDoAA(doAA) { in NestedAAClipBench()
135 fDoAA); in recurse()
180 bool fDoAA; member in AAClipBuilderBench
185 fDoAA = doAA; in AAClipBuilderBench()
205 clip.setPath(fPath, &fRegion, fDoAA); in onDraw()
207 clip.setRect(fRect, fDoAA); in onDraw()