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

/external/skia/src/core/
H A DSkScalerContext.cpp645 SkPath effectPath; local
647 if (fPathEffect->filterPath(&effectPath, localPath, &width)) {
648 localPath.swap(effectPath);

Completed in 57 milliseconds