Home | History | Annotate | Download | only in core

Lines Matching defs:localPath

575         SkPath      localPath;
583 path.transform(inverse, &localPath);
584 // now localPath is only affected by the paint settings, and not the canvas matrix
600 if (fPathEffect->filterPath(&effectPath, localPath, &rec, nullptr)) {
601 localPath.swap(effectPath);
607 if (rec.applyToPath(&strokePath, localPath)) {
608 localPath.swap(strokePath);
617 localPath.transform(matrix, devPath);
620 fillPath->swap(localPath);