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

  /external/skia/src/gpu/ccpr/
GrCCClipProcessor.cpp 19 , fClipPath(clipPath)
22 , fAtlasAccess(sk_ref_sp(fClipPath->atlasLazyProxy()), GrSamplerState::Filter::kNearest,
28 return skstd::make_unique<GrCCClipProcessor>(fClipPath, MustCheckBounds(fMustCheckBounds),
40 SkASSERT(that.fClipPath->deviceSpacePath().getGenerationID() ==
41 fClipPath->deviceSpacePath().getGenerationID());
97 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds());
101 const SkVector& scale = proc.fClipPath->atlasScale();
102 const SkVector& trans = proc.fClipPath->atlasTranslate();
GrCCClipProcessor.h 32 const ClipPath* const fClipPath;
  /external/skqp/src/gpu/ccpr/
GrCCClipProcessor.cpp 19 , fClipPath(clipPath)
22 , fAtlasAccess(sk_ref_sp(fClipPath->atlasLazyProxy()), GrSamplerState::Filter::kNearest,
28 return skstd::make_unique<GrCCClipProcessor>(fClipPath, MustCheckBounds(fMustCheckBounds),
40 SkASSERT(that.fClipPath->deviceSpacePath().getGenerationID() ==
41 fClipPath->deviceSpacePath().getGenerationID());
97 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds());
101 const SkVector& scale = proc.fClipPath->atlasScale();
102 const SkVector& trans = proc.fClipPath->atlasTranslate();
GrCCClipProcessor.h 32 const ClipPath* const fClipPath;
  /external/skia/bench/
ClipStrategyBench.cpp 28 fClipPath.addCircle(x, y, r);
53 canvas->clipPath(fClipPath, true);
78 SkPath fClipPath;
AAClipBench.cpp 21 SkPath fClipPath;
38 fClipPath.addRoundRect(fClipRect, SkIntToScalar(10), SkIntToScalar(10));
42 SkASSERT(fClipPath.isConvex());
55 fClipPath.reset();
56 fClipPath.addRoundRect(fClipRect,
58 SkASSERT(fClipPath.isConvex());
63 canvas->clipPath(fClipPath, kReplace_SkClipOp, fDoAA);
74 canvas->drawPath(fClipPath, paint);
PathTextBench.cpp 80 fClipPath = sk_tool_utils::make_star(SkRect::MakeIWH(kScreenWidth,kScreenHeight), 11,3);
81 fClipPath.setIsVolatile(fUncached);
88 canvas->clipPath(fClipPath, SkClipOp::kIntersect, true);
103 SkPath fClipPath;
  /external/skqp/bench/
ClipStrategyBench.cpp 28 fClipPath.addCircle(x, y, r);
53 canvas->clipPath(fClipPath, true);
78 SkPath fClipPath;
AAClipBench.cpp 21 SkPath fClipPath;
38 fClipPath.addRoundRect(fClipRect, SkIntToScalar(10), SkIntToScalar(10));
42 SkASSERT(fClipPath.isConvex());
55 fClipPath.reset();
56 fClipPath.addRoundRect(fClipRect,
58 SkASSERT(fClipPath.isConvex());
63 canvas->clipPath(fClipPath, kReplace_SkClipOp, fDoAA);
74 canvas->drawPath(fClipPath, paint);
PathTextBench.cpp 80 fClipPath = sk_tool_utils::make_star(SkRect::MakeIWH(kScreenWidth,kScreenHeight), 11,3);
81 fClipPath.setIsVolatile(fUncached);
88 canvas->clipPath(fClipPath, SkClipOp::kIntersect, true);
103 SkPath fClipPath;
  /external/skia/experimental/svg/model/
SkSVGRenderContext.h 86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); }
106 SkTLazy<SkPath> fClipPath;
SkSVGAttribute.h 85 SkTLazy<SkSVGClip> fClipPath;
SkSVGRenderContext.cpp 357 if (auto* clip = attrs.fClipPath.getMaybeNull()) {
423 fClipPath.set(clipPath);
SkSVGNode.cpp 64 fPresentationAttributes.fClipPath.set(clip);
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.h 86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); }
106 SkTLazy<SkPath> fClipPath;
SkSVGAttribute.h 85 SkTLazy<SkSVGClip> fClipPath;
SkSVGRenderContext.cpp 357 if (auto* clip = attrs.fClipPath.getMaybeNull()) {
423 fClipPath.set(clipPath);
SkSVGNode.cpp 64 fPresentationAttributes.fClipPath.set(clip);
  /external/skia/samplecode/
SamplePathText.cpp 69 SkPath deviceSpaceClipPath = fClipPath;
106 SkPath fClipPath = sk_tool_utils::make_star(SkRect{0,0,1,1}, 11, 3);
  /external/skqp/samplecode/
SamplePathText.cpp 69 SkPath deviceSpaceClipPath = fClipPath;
106 SkPath fClipPath = sk_tool_utils::make_star(SkRect{0,0,1,1}, 11, 3);

Completed in 312 milliseconds