Searched defs:effectPath (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkScalerContext.cpp556 SkPath effectPath; local
558 if (fPathEffect->filterPath(&effectPath, localPath, &width))
559 localPath.swap(effectPath);

Completed in 116 milliseconds