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