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

  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 863 SkPath effectPath;
864 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
865 localPath.swap(effectPath);
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 863 SkPath effectPath;
864 if (fPathEffect->filterPath(&effectPath, localPath, &rec, NULL)) {
865 localPath.swap(effectPath);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp     [all...]
SkGpuDevice.cpp 747 SkTLazy<SkPath> effectPath;
768 if (pathEffect && pathEffect->filterPath(effectPath.init(), *pathPtr, strokePtr,
770 pathPtr = effectPath.get();
    [all...]
  /external/skia/src/gpu/
GrContext.cpp     [all...]
SkGpuDevice.cpp 747 SkTLazy<SkPath> effectPath;
768 if (pathEffect && pathEffect->filterPath(effectPath.init(), *pathPtr, strokePtr,
770 pathPtr = effectPath.get();
    [all...]

Completed in 491 milliseconds