Searched defs:effectPath (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/core/ | ||
H A D | SkScalerContext.cpp | 645 SkPath effectPath; local 647 if (fPathEffect->filterPath(&effectPath, localPath, &width)) { 648 localPath.swap(effectPath); |
Completed in 58 milliseconds