Lines Matching refs:clipA
242 SkPath clipA, clipB;
244 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5));
260 clipA.setFillType(doInvA ? SkPath::kInverseEvenOdd_FillType :
269 stack.clipDevPath(clipA, SkRegion::kIntersect_Op, false);
321 SkPath clipA, clipB;
323 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5));
324 clipA.setFillType(SkPath::kInverseEvenOdd_FillType);
329 stack.clipDevPath(clipA, SkRegion::kReplace_Op, false);