Home
last modified time | relevance | path

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

1234

/third_party/node/test/parallel/
Dtest-fs-utimes.js75 const asPath = (path) => path; function
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/
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()
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()
DSkSGMerge.cpp91 append(rec.fGeo->asPath()); in onRevalidate()
100 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()
/third_party/flutter/skia/modules/sksg/src/
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()
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()
/third_party/skia/src/gpu/v1/
DPathRenderer.cpp32 fShape->asPath(&path); in validate()
41 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport()
65 args.fShape->asPath(&path); in drawPath()
/third_party/flutter/skia/src/gpu/
DGrPathRenderer.cpp26 fShape->asPath(&path); in validate()
37 SkDEBUGCODE(shape.asPath(&path);) in getStencilSupport()
60 args.fShape->asPath(&path); in drawPath()
/third_party/node/deps/npm/node_modules/libnpx/
Dchild.js75 function escapeArg (str, asPath) { argument
76 return process.platform === 'win32' && asPath
/third_party/skia/tests/
DGrStyledShapeTest.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()
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(&path); in init()
651 fBase->asPath(&preStyle); in init()
[all …]
/third_party/flutter/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 …]
/third_party/flutter/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp62 shape.asPath(&skPath); in get_gr_path()
70 shape.asPath(&skPath); in get_gr_path()
/third_party/flutter/skia/modules/sksg/include/
DSkSGGeometryNode.h32 SkPath asPath() const;
/third_party/skia/modules/sksg/include/
DSkSGGeometryNode.h32 SkPath asPath() const;
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp49 shape.asPath(&croppedDevPath); in Make()
177 fShape.asPath(&path); in finalize()
236 fShape.asPath(&path); in accountForOwnPath()
336 fShape.asPath(&path); in setupResources()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.h166 void asPath(SkPath* out) const { in asPath() function
167 fShape.asPath(out, fStyle.isSimpleFill()); in asPath()
/third_party/skia/src/gpu/
DGrSWMaskHelper.cpp84 shape.asPath(&path); in drawShape()
122 shape.asPath(&path); in drawShape()
/third_party/skia/modules/svg/src/
DSkSVGClipPath.cpp21 auto clip = this->asPath(ctx); in resolveClip()
DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
/third_party/flutter/skia/experimental/svg/model/
DSkSVGContainer.cpp34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp204 void addGlyph(SkPackedGlyphID, bool asPath);
299 void SkStrikeServer::SkGlyphCacheState::addGlyph(SkPackedGlyphID glyph, bool asPath) { in addGlyph() argument
300 auto* cache = asPath ? &fCachedGlyphPaths : &fCachedGlyphImages; in addGlyph()
301 auto* pending = asPath ? &fPendingGlyphPaths : &fPendingGlyphImages; in addGlyph()
477 SkGlyphCacheState* cache, SkPackedGlyphID glyphID, bool asPath) { in AddGlyphForTesting() argument
478 cache->addGlyph(glyphID, asPath); in AddGlyphForTesting()

1234