Lines Matching refs:doAA
65 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRect() argument
76 ir = doAA ? devRect.roundOut() : devRect.round(); in opRect()
83 const SkIRect& devBounds, SkRegion::Op op, bool doAA) { in opRRect() argument
84 this->opRect(rrect.getBounds(), ctm, devBounds, op, doAA); in opRRect()
88 SkRegion::Op op, bool doAA) { in opPath() argument
228 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) { in setPath() argument
231 if (this->isBW() && !doAA) { in setPath()
239 (void)fAA.setPath(path, &clip, doAA); in setPath()
245 SkRegion::Op op, bool doAA) { in op() argument
252 return this->op(path, matrix, bounds, op, doAA); in op()
256 SkRegion::Op op, bool doAA) { in op() argument
280 return this->setPath(devPath, this->bwRgn(), doAA); in op()
284 clip.setPath(devPath, base, doAA); in op()
291 return this->setPath(devPath, base, doAA); in op()
294 clip.setPath(devPath, base, doAA); in op()
300 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) { in setPath() argument
303 return this->setPath(path, tmp, doAA); in setPath()
364 SkRegion::Op op, bool doAA) { in op() argument
373 return this->op(path, matrix, devBounds, op, doAA); in op()
378 if (fIsBW && doAA) { in op()
383 doAA = false; in op()
387 if (fIsBW && !doAA) { in op()
397 (void)fAA.op(devRect, op, doAA); in op()