Home
last modified time | relevance | path

Searched refs:effectPath (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp626 SkPath effectPath; in internalGetPath() local
627 if (fPathEffect->filterPath(&effectPath, localPath, &rec, nullptr)) { in internalGetPath()
628 localPath.swap(effectPath); in internalGetPath()