Searched refs:effectPath (Results 1 – 2 of 2) sorted by relevance
645 SkPath effectPath; in internalGetPath() local647 if (fPathEffect->filterPath(&effectPath, localPath, &width)) { in internalGetPath()648 localPath.swap(effectPath); in internalGetPath()
1989 SkPath effectPath, strokePath; in getFillPath() local2015 if (this->getPathEffect()->filterPath(&effectPath, src, &width)) { in getFillPath()2016 path = &effectPath; in getFillPath()2039 SkASSERT(path == &effectPath || path == &strokePath); in getFillPath()