Searched refs:asPath (Results 1 - 25 of 64) sorted by relevance

123

/external/skia/experimental/sksg/
H A DSkSGGeometryNode.cpp27 SkPath GeometryNode::asPath() const { function in class:sksg::GeometryNode
H A DSkSGGeometryNode.h30 SkPath asPath() const;
/external/skqp/experimental/sksg/
H A DSkSGGeometryNode.cpp27 SkPath GeometryNode::asPath() const { function in class:sksg::GeometryNode
H A DSkSGGeometryNode.h30 SkPath asPath() const;
/external/skia/experimental/sksg/geometry/
H A DSkSGTrimEffect.cpp26 canvas->clipPath(fChild->asPath(), SkClipOp::kIntersect, antiAlias);
35 const auto path = fChild->asPath();
61 return fChild->asPath();
H A DSkSGMerge.cpp71 fMerged.addPath(geo->asPath());
73 builder.add(geo->asPath(), geo == fGeos.front() ? kUnion_SkPathOp : op);
H A DSkSGGeometryTransform.cpp42 fTransformed = fChild->asPath();
H A DSkSGText.cpp74 canvas->clipPath(this->asPath(), antiAlias);
/external/skqp/experimental/sksg/geometry/
H A DSkSGTrimEffect.cpp26 canvas->clipPath(fChild->asPath(), SkClipOp::kIntersect, antiAlias);
35 const auto path = fChild->asPath();
61 return fChild->asPath();
H A DSkSGMerge.cpp71 fMerged.addPath(geo->asPath());
73 builder.add(geo->asPath(), geo == fGeos.front() ? kUnion_SkPathOp : op);
H A DSkSGGeometryTransform.cpp42 fTransformed = fChild->asPath();
H A DSkSGText.cpp74 canvas->clipPath(this->asPath(), antiAlias);
/external/skia/experimental/sksg/effects/
H A DSkSGClipEffect.cpp45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds);
/external/skia/experimental/svg/model/
H A DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx);
H A DSkSVGNode.h50 SkPath asPath(const SkSVGRenderContext&) const;
H A DSkSVGUse.cpp85 return ref->asPath(ctx);
/external/skqp/experimental/sksg/effects/
H A DSkSGClipEffect.cpp45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds);
/external/skqp/experimental/svg/model/
H A DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx);
H A DSkSVGNode.h50 SkPath asPath(const SkSVGRenderContext&) const;
H A DSkSVGUse.cpp85 return ref->asPath(ctx);
/external/skia/gm/
H A Dreveal.cpp34 virtual SkPath asPath(SkScalar inset) const = 0;
70 SkPath asPath(SkScalar inset) const override {
113 SkPath asPath(SkScalar inset) const override {
139 canvas->clipPath(this->asPath(0.0f));
176 SkPath asPath(SkScalar inset) const override {
224 SkPath asPath(SkScalar inset) const override {
283 SkPath asPath(SkScalar inset) const override { return fPath; }
290 canvas->clipPath(this->asPath(0.0f));
393 clippedPath = drawObj->asPath(2.0f*sigma);
395 SkPath drawnPath = drawObj->asPath(2.
[all...]
/external/skqp/gm/
H A Dreveal.cpp34 virtual SkPath asPath(SkScalar inset) const = 0;
70 SkPath asPath(SkScalar inset) const override {
113 SkPath asPath(SkScalar inset) const override {
139 canvas->clipPath(this->asPath(0.0f));
176 SkPath asPath(SkScalar inset) const override {
224 SkPath asPath(SkScalar inset) const override {
283 SkPath asPath(SkScalar inset) const override { return fPath; }
290 canvas->clipPath(this->asPath(0.0f));
393 clippedPath = drawObj->asPath(2.0f*sigma);
395 SkPath drawnPath = drawObj->asPath(2.
[all...]
/external/skia/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.cpp63 shape.asPath(&skPath);
71 shape.asPath(&skPath);
/external/skqp/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.cpp63 shape.asPath(&skPath);
71 shape.asPath(&skPath);
/external/skia/src/gpu/
H A DGrPathRenderer.h65 SkDEBUGCODE(shape.asPath(&path);)
156 args.fShape->asPath(&path);
188 fShape->asPath(&path);

Completed in 370 milliseconds

123