Home | History | Annotate | Download | only in core

Lines Matching defs:devPath

297         SkPath      devPath, fillPath;
300 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
316 // just use devPath
318 devPath.getBounds().roundOut(&ir);
534 SkPath devPath, fillPath;
538 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
554 generateMask(mask, devPath, fPreBlend);
616 SkPath* devPath, SkMatrix* fillToDevMatrix) {
639 // assume fillPath and devPath are already empty.
675 if (devPath) {
676 localPath.transform(matrix, devPath);
685 if (devPath) {
687 devPath->swap(path);
689 *devPath = path;
698 if (devPath) {
699 devPath->updateBoundsCache();