Searched refs:effectPath (Results 1 – 1 of 1) sorted by relevance
626 SkPath effectPath; in internalGetPath() local627 if (fPathEffect->filterPath(&effectPath, localPath, &rec, nullptr)) { in internalGetPath()628 localPath.swap(effectPath); in internalGetPath()