Searched refs:effectPath (Results 1 – 2 of 2) sorted by relevance
475 SkPath effectPath; in internalGetPath() local477 if (fPathEffect->filterPath(&effectPath, localPath, &width)) in internalGetPath()478 localPath.swap(effectPath); in internalGetPath()
1370 SkPath effectPath, strokePath; in getFillPath() local1395 if (this->getPathEffect()->filterPath(&effectPath, src, &width)) in getFillPath()1396 path = &effectPath; in getFillPath()1420 SkASSERT(path == &effectPath || path == &strokePath); in getFillPath()