Lines Matching defs:devPath
1149 const SkPath& devPath, SkRegion::Op op, bool doAA) {
1151 // region that results from scan converting devPath.
1162 return currClip->setPath(devPath, currClip->bwRgn(), doAA);
1166 clip.setPath(devPath, base, doAA);
1178 return currClip->setPath(devPath, base, doAA);
1181 clip.setPath(devPath, base, doAA);
1222 SkPath devPath;
1223 path.transform(*fMCRec->fMatrix, &devPath);
1229 if (devPath.getBounds().isEmpty()) {
1232 devPath.reset();
1236 fClipStack.clipDevPath(devPath, op, doAA);
1239 devPath.reset();
1240 devPath.setFillType(SkPath::kInverseEvenOdd_FillType);
1259 devPath = operand;
1261 Op(devPath, operand, (SkPathOp) elementOp, &devPath);
1271 return clipPathHelper(this, fMCRec->fRasterClip, devPath, op, doAA);