Home | History | Annotate | Download | only in core

Lines Matching defs:devPath

1045                            const SkPath& devPath, SkRegion::Op op, bool doAA) {
1047 // region that results from scan converting devPath.
1055 return currClip->setPath(devPath
1059 clip.setPath(devPath, base, doAA);
1071 return currClip->setPath(devPath, base, doAA);
1074 clip.setPath(devPath, base, doAA);
1087 SkPath devPath;
1088 path.transform(*fMCRec->fMatrix, &devPath);
1094 if (devPath.getBounds().isEmpty()) {
1097 devPath.reset();
1101 fClipStack.clipDevPath(devPath, op, doAA);
1103 return clipPathHelper(this, fMCRec->fRasterClip, devPath, op, doAA);