Searched refs:fClipPath (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp19 , 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();
H A DGrCCClipProcessor.h32 const ClipPath* const fClipPath; member in class:GrCCClipProcessor::MustCheckBounds
/external/skqp/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp19 , 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();
H A DGrCCClipProcessor.h32 const ClipPath* const fClipPath; member in class:GrCCClipProcessor::MustCheckBounds
/external/skia/bench/
H A DClipStrategyBench.cpp28 fClipPath.addCircle(x, y, r);
53 canvas->clipPath(fClipPath, true);
78 SkPath fClipPath; member in class:ClipStrategyBench
H A DAAClipBench.cpp21 SkPath fClipPath; member in class:AAClipBench
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);
H A DPathTextBench.cpp80 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; member in class:PathTextBench
/external/skqp/bench/
H A DClipStrategyBench.cpp28 fClipPath.addCircle(x, y, r);
53 canvas->clipPath(fClipPath, true);
78 SkPath fClipPath; member in class:ClipStrategyBench
H A DAAClipBench.cpp21 SkPath fClipPath; member in class:AAClipBench
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);
H A DPathTextBench.cpp80 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; member in class:PathTextBench
/external/skia/experimental/svg/model/
H A DSkSVGRenderContext.h86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); }
106 SkTLazy<SkPath> fClipPath; member in class:SkSVGRenderContext
H A DSkSVGAttribute.h85 SkTLazy<SkSVGClip> fClipPath; member in struct:SkSVGPresentationAttributes
H A DSkSVGRenderContext.cpp357 if (auto* clip = attrs.fClipPath.getMaybeNull()) {
423 fClipPath.set(clipPath);
H A DSkSVGNode.cpp64 fPresentationAttributes.fClipPath.set(clip);
/external/skqp/experimental/svg/model/
H A DSkSVGRenderContext.h86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); }
106 SkTLazy<SkPath> fClipPath; member in class:SkSVGRenderContext
H A DSkSVGAttribute.h85 SkTLazy<SkSVGClip> fClipPath; member in struct:SkSVGPresentationAttributes
H A DSkSVGRenderContext.cpp357 if (auto* clip = attrs.fClipPath.getMaybeNull()) {
423 fClipPath.set(clipPath);
H A DSkSVGNode.cpp64 fPresentationAttributes.fClipPath.set(clip);
/external/skia/samplecode/
H A DSamplePathText.cpp69 SkPath deviceSpaceClipPath = fClipPath;
106 SkPath fClipPath = sk_tool_utils::make_star(SkRect{0,0,1,1}, 11, 3); member in class:PathText
/external/skqp/samplecode/
H A DSamplePathText.cpp69 SkPath deviceSpaceClipPath = fClipPath;
106 SkPath fClipPath = sk_tool_utils::make_star(SkRect{0,0,1,1}, 11, 3); member in class:PathText

Completed in 1510 milliseconds