Home | History | Annotate | Download | only in core

Lines Matching defs:devPath

276         SkPath      devPath, fillPath;
279 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
295 // just use devPath
297 devPath.getBounds().roundOut(&ir);
523 SkPath devPath, fillPath;
527 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
540 generateMask(mask, devPath);
598 SkPath* devPath, SkMatrix* fillToDevMatrix) {
650 if (devPath) {
651 localPath.transform(matrix, devPath);
660 if (devPath) {
662 devPath->swap(path);
664 *devPath = path;
673 if (devPath) {
674 devPath->updateBoundsCache();