Home
last modified time | relevance | path

Searched refs:asPath (Results 1 – 25 of 79) sorted by relevance

1234

/external/skia/modules/sksg/src/
DSkSGText.cpp77 return this->asPath().contains(p.x(), p.y()); in onContains()
86 canvas->clipPath(this->asPath(), antiAlias); in onClip()
107 return this->asPath().contains(p.x(), p.y()); in onContains()
116 canvas->clipPath(this->asPath(), antiAlias); in onClip()
DSkSGMerge.cpp81 fMerged.addPath(rec.fGeo->asPath()); in onRevalidate()
90 builder.add(rec.fGeo->asPath(), mode_to_op(rec.fMode)); in onRevalidate()
DSkSGGeometryNode.cpp32 SkPath GeometryNode::asPath() const { in asPath() function in sksg::GeometryNode
DSkSGClipEffect.cpp46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
DSkSGRoundEffect.cpp47 const auto path = fChild->asPath(); in onRevalidate()
/external/skia/src/gpu/
DGrPathRenderer.cpp27 fShape->asPath(&path); in validate()
38 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport()
64 args.fShape->asPath(&path); in drawPath()
/external/grpc-grpc-java/benchmarks/
Dbuild.gradle57 "-javaagent:" + configurations.alpnagent.asPath
67 "-javaagent:" + configurations.alpnagent.asPath
84 "-javaagent:" + configurations.alpnagent.asPath
/external/skqp/src/gpu/
DGrPathRenderer.cpp27 fShape->asPath(&path); in validate()
38 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport()
64 args.fShape->asPath(&path); in drawPath()
/external/skqp/modules/sksg/src/
DSkSGMerge.cpp77 fMerged.addPath(rec.fGeo->asPath()); in onRevalidate()
86 builder.add(rec.fGeo->asPath(), mode_to_op(rec.fMode)); in onRevalidate()
DSkSGText.cpp82 canvas->clipPath(this->asPath(), antiAlias); in onClip()
108 canvas->clipPath(this->asPath(), antiAlias); in onClip()
DSkSGGeometryNode.cpp27 SkPath GeometryNode::asPath() const { in asPath() function in sksg::GeometryNode
DSkSGClipEffect.cpp45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
DSkSGRoundEffect.cpp43 const auto path = fChild->asPath(); in onRevalidate()
DSkSGTrimEffect.cpp43 const auto path = fChild->asPath(); in onRevalidate()
DSkSGGeometryTransform.cpp44 fTransformedPath = fChild->asPath(); in onRevalidate()
/external/skqp/tests/
DGrShapeTest.cpp100 shape.asPath(&path); in can_interchange_winding_and_even_odd_fill()
134 a.asPath(&pathA); in check_equivalence()
135 b.asPath(&pathB); in check_equivalence()
564 shape.asPath(&path); in CheckBounds()
602 fAppliedPEThenStroke->asPath(&a); in init()
603 fAppliedFull->asPath(&b); in init()
618 fBase->asPath(&path); in init()
621 fAppliedPE->asPath(&path); in init()
624 fAppliedFull->asPath(&path); in init()
642 fBase->asPath(&preStyle); in init()
[all …]
/external/skia/tests/
DGrShapeTest.cpp100 shape.asPath(&path); in can_interchange_winding_and_even_odd_fill()
134 a.asPath(&pathA); in check_equivalence()
135 b.asPath(&pathB); in check_equivalence()
564 shape.asPath(&path); in CheckBounds()
602 fAppliedPEThenStroke->asPath(&a); in init()
603 fAppliedFull->asPath(&b); in init()
618 fBase->asPath(&path); in init()
621 fAppliedPE->asPath(&path); in init()
624 fAppliedFull->asPath(&path); in init()
642 fBase->asPath(&preStyle); in init()
[all …]
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp48 shape.asPath(&croppedDevPath); in Make()
164 fShape.asPath(&path); in finalize()
223 fShape.asPath(&path); in accountForOwnPath()
324 fShape.asPath(&path); in setupResources()
/external/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp48 shape.asPath(&croppedDevPath); in Make()
167 fShape.asPath(&path); in finalize()
226 fShape.asPath(&path); in accountForOwnPath()
327 fShape.asPath(&path); in setupResources()
/external/skqp/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp65 shape.asPath(&skPath); in get_gr_path()
73 shape.asPath(&skPath); in get_gr_path()
/external/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp65 shape.asPath(&skPath); in get_gr_path()
73 shape.asPath(&skPath); in get_gr_path()
/external/skqp/modules/sksg/include/
DSkSGGeometryNode.h30 SkPath asPath() const;
/external/skia/modules/sksg/include/
DSkSGGeometryNode.h32 SkPath asPath() const;
/external/skia/experimental/svg/model/
DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
/external/skqp/experimental/svg/model/
DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()

1234