/third_party/node/test/parallel/ |
H A D | test-fs-utimes.js | 75 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 D | SkSGGeometryEffect.cpp | 63 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 D | SkSGText.cpp | 77 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 D | SkSGMerge.cpp | 91 append(rec.fGeo->asPath()); in onRevalidate() 100 builder.add(rec.fGeo->asPath(), mode_to_op(rec.fMode)); in onRevalidate()
|
H A D | SkSGGeometryNode.cpp | 32 SkPath GeometryNode::asPath() const { in asPath() function in sksg::GeometryNode
|
H A D | SkSGClipEffect.cpp | 46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
|
H A D | SkSGDraw.cpp | 57 if (!paint.getFillPath(fGeometry->asPath(), &stroke_path)) { in onNodeAt()
|
/third_party/skia/src/gpu/v1/ |
H A D | PathRenderer.cpp | 32 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 D | GrStyledShapeTest.cpp | 100 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 D | SkSGGeometryNode.h | 32 SkPath asPath() const;
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGClipPath.cpp | 21 auto clip = this->asPath(ctx); in resolveClip()
|
H A D | SkSVGContainer.cpp | 42 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
|
H A D | SkSVGUse.cpp | 58 return ref->asPath(ctx); in onAsPath()
|
H A D | SkSVGNode.cpp | 42 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const { in asPath() function in SkSVGNode
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.h | 166 void asPath(SkPath* out) const { in asPath() function in GrStyledShape 167 fShape.asPath(out, fStyle.isSimpleFill()); in asPath()
|
H A D | GrShape.cpp | 299 this->asPath(&arc); in conservativeContains() 418 void GrShape::asPath(SkPath* out, bool simpleFill) const { in asPath() function in GrShape
|
H A D | GrStyledShape.cpp | 356 parent.asPath(tmpPath.get()); in GrStyledShape() 383 tmpParent->asPath(tmpPath.get()); in GrStyledShape() 406 parent.asPath(tmpPath.get()); in GrStyledShape()
|
H A D | GrShape.h | 61 // 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 D | GrSWMaskHelper.cpp | 84 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 D | TessellationPathRenderer.cpp | 116 args.fShape->asPath(&path); in onDrawPath() 207 args.fShape->asPath(&path); in onStencilPath()
|
H A D | TriangulatingPathRenderer.cpp | 229 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 D | Shape.cpp | 83 SkPath Shape::asPath() const { in asPath() function in skgpu::Shape
|
H A D | Shape.h | 101 SkPath asPath() const;
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | PuckerBloat.cpp | 47 const auto input = geo->asPath();
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGNode.h | 109 SkPath asPath(const SkSVGRenderContext&) const;
|