Home
last modified time | relevance | path

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

12

/third_party/node/test/parallel/
H A Dtest-fs-utimes.js75 const asPath = (path) => path;
79 [asPath, new Date('1982-09-10 13:37')],
80 [asPath, new Date()],
81 [asPath, 123456.789],
82 [asPath, stats.mtime],
83 [asPath, '123456', -1],
84 [asPath, new Date('2017-04-08T17:59:38.008Z')],
/third_party/skia/modules/sksg/src/
H A DSkSGGeometryEffect.cpp63 SkPath path = child->asPath(); in onRevalidateEffect()
89 SkPath path = child->asPath(); in onRevalidateEffect()
121 SkPath path = child->asPath(); in onRevalidateEffect()
133 SkPath path = child->asPath(); in onRevalidateEffect()
145 SkPath path = child->asPath(); in onRevalidateEffect()
H A DSkSGText.cpp77 return this->asPath().contains(p.x(), p.y()); in onContains()
86 canvas->clipPath(this->asPath(), antiAlias); in onClip()
108 return this->asPath().contains(p.x(), p.y()); in onContains()
117 canvas->clipPath(this->asPath(), antiAlias); in onClip()
H A DSkSGMerge.cpp91 append(rec.fGeo->asPath()); in onRevalidate()
100 builder.add(rec.fGeo->asPath(), mode_to_op(rec.fMode)); in onRevalidate()
H A DSkSGGeometryNode.cpp32 SkPath GeometryNode::asPath() const { in asPath() function in sksg::GeometryNode
H A DSkSGClipEffect.cpp46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
H A DSkSGDraw.cpp57 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
/third_party/skia/src/gpu/v1/
H A DPathRenderer.cpp32 fShape->asPath(&path); in validate()
41 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport()
65 args.fShape->asPath(&path); in drawPath()
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp100 shape.asPath(&path); in can_interchange_winding_and_even_odd_fill()
114 // rrect but one has a path effect in its style and the other doesn't then asPath() and the in check_equivalence()
134 a.asPath(&pathA); in check_equivalence()
135 b.asPath(&pathB); in check_equivalence()
573 shape.asPath(&path); in CheckBounds()
611 fAppliedPEThenStroke->asPath(&a); in init()
612 fAppliedFull->asPath(&b); in init()
627 fBase->asPath(&path); in init()
630 fAppliedPE->asPath(&path); in init()
633 fAppliedFull->asPath( in init()
[all...]
/third_party/skia/modules/sksg/include/
H A DSkSGGeometryNode.h32 SkPath asPath() const;
/third_party/skia/modules/svg/src/
H A DSkSVGClipPath.cpp21 auto clip = this->asPath(ctx); in resolveClip()
H A DSkSVGContainer.cpp42 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
H A DSkSVGUse.cpp58 return ref->asPath(ctx); in onAsPath()
H A DSkSVGNode.cpp42 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const { in asPath() function in SkSVGNode
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.h166 void asPath(SkPath* out) const { in asPath() function in GrStyledShape
167 fShape.asPath(out, fStyle.isSimpleFill()); in asPath()
H A DGrShape.cpp299 this->asPath(&arc); in conservativeContains()
418 void GrShape::asPath(SkPath* out, bool simpleFill) const { in asPath() function in GrShape
H A DGrStyledShape.cpp356 parent.asPath(tmpPath.get()); in GrStyledShape()
383 tmpParent->asPath(tmpPath.get()); in GrStyledShape()
406 parent.asPath(tmpPath.get()); in GrStyledShape()
H A DGrShape.h61 // The fill rule that is used by asPath() for shapes that aren't already a path.
231 void asPath(SkPath* out, bool simpleFill = true) const;
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp84 shape.asPath(&path); in drawShape()
108 // Else fall through to the draw method using asPath(), which will toggle fill type properly in drawShape()
122 shape.asPath(&path); in drawShape()
/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.cpp116 args.fShape->asPath(&path); in onDrawPath()
207 args.fShape->asPath(&path); in onStencilPath()
H A DTriangulatingPathRenderer.cpp229 fShape.asPath(&path); in getPath()
273 shape.asPath(&path); in Triangulate()
604 args.fShape->asPath(&path); in onCanDrawPath()
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp83 SkPath Shape::asPath() const { in asPath() function in skgpu::Shape
H A DShape.h101 SkPath asPath() const;
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp47 const auto input = geo->asPath();
/third_party/skia/modules/svg/include/
H A DSkSVGNode.h109 SkPath asPath(const SkSVGRenderContext&) const;

Completed in 16 milliseconds

12