HomeSort by relevance Sort by last modified time
    Searched refs:effectPath (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkScalerContext.cpp 644 SkPath effectPath;
645 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
646 localPath.swap(effectPath);
  /external/skia/src/gpu/
SkGpuDevice.cpp 782 SkTLazy<SkPath> effectPath;
818 if (!strokeInfo.isDashed() && pathEffect && pathEffect->filterPath(effectPath.init(), *pathPtr,
820 pathPtr = effectPath.get();
    [all...]

Completed in 43 milliseconds