Home | History | Annotate | Download | only in core

Lines Matching defs:devPath

150         SkPath      devPath, fillPath;
153 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
169 // just use devPath
170 const SkIRect ir = devPath.getBounds().roundOut();
507 SkPath devPath, fillPath;
511 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
528 generateMask(mask, devPath, fPreBlend);
603 SkPath* devPath, SkMatrix* fillToDevMatrix) {
625 // assume fillPath and devPath are already empty.
661 if (devPath) {
662 localPath.transform(matrix, devPath);
671 if (devPath) {
673 devPath->swap(path);
675 *devPath = path;
684 if (devPath) {
685 devPath->updateBoundsCache();