/external/skia/modules/sksg/src/ |
D | SkSGText.cpp | 77 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()
|
D | SkSGMerge.cpp | 81 fMerged.addPath(rec.fGeo->asPath()); in onRevalidate() 90 builder.add(rec.fGeo->asPath(), mode_to_op(rec.fMode)); in onRevalidate()
|
D | SkSGGeometryNode.cpp | 32 SkPath GeometryNode::asPath() const { in asPath() function in sksg::GeometryNode
|
D | SkSGClipEffect.cpp | 46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
|
D | SkSGRoundEffect.cpp | 47 const auto path = fChild->asPath(); in onRevalidate()
|
/external/skia/src/gpu/ |
D | GrPathRenderer.cpp | 27 fShape->asPath(&path); in validate() 38 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport() 64 args.fShape->asPath(&path); in drawPath()
|
/external/grpc-grpc-java/benchmarks/ |
D | build.gradle | 57 "-javaagent:" + configurations.alpnagent.asPath 67 "-javaagent:" + configurations.alpnagent.asPath 84 "-javaagent:" + configurations.alpnagent.asPath
|
/external/skqp/src/gpu/ |
D | GrPathRenderer.cpp | 27 fShape->asPath(&path); in validate() 38 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport() 64 args.fShape->asPath(&path); in drawPath()
|
/external/skqp/modules/sksg/src/ |
D | SkSGMerge.cpp | 77 fMerged.addPath(rec.fGeo->asPath()); in onRevalidate() 86 builder.add(rec.fGeo->asPath(), mode_to_op(rec.fMode)); in onRevalidate()
|
D | SkSGText.cpp | 82 canvas->clipPath(this->asPath(), antiAlias); in onClip() 108 canvas->clipPath(this->asPath(), antiAlias); in onClip()
|
D | SkSGGeometryNode.cpp | 27 SkPath GeometryNode::asPath() const { in asPath() function in sksg::GeometryNode
|
D | SkSGClipEffect.cpp | 45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
|
D | SkSGRoundEffect.cpp | 43 const auto path = fChild->asPath(); in onRevalidate()
|
D | SkSGTrimEffect.cpp | 43 const auto path = fChild->asPath(); in onRevalidate()
|
D | SkSGGeometryTransform.cpp | 44 fTransformedPath = fChild->asPath(); in onRevalidate()
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 100 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/ |
D | GrShapeTest.cpp | 100 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/ |
D | GrCCDrawPathsOp.cpp | 48 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/ |
D | GrCCDrawPathsOp.cpp | 48 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/ |
D | GrStencilAndCoverPathRenderer.cpp | 65 shape.asPath(&skPath); in get_gr_path() 73 shape.asPath(&skPath); in get_gr_path()
|
/external/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 65 shape.asPath(&skPath); in get_gr_path() 73 shape.asPath(&skPath); in get_gr_path()
|
/external/skqp/modules/sksg/include/ |
D | SkSGGeometryNode.h | 30 SkPath asPath() const;
|
/external/skia/modules/sksg/include/ |
D | SkSGGeometryNode.h | 32 SkPath asPath() const;
|
/external/skia/experimental/svg/model/ |
D | SkSVGContainer.cpp | 34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
|
/external/skqp/experimental/svg/model/ |
D | SkSVGContainer.cpp | 34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
|