/third_party/node/test/parallel/ |
D | test-fs-utimes.js | 75 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/ |
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()
|
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()
|
D | SkSGMerge.cpp | 91 append(rec.fGeo->asPath()); in onRevalidate() 100 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()
|
/third_party/flutter/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() 108 return this->asPath().contains(p.x(), p.y()); in onContains() 117 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()
|
/third_party/skia/src/gpu/v1/ |
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/flutter/skia/src/gpu/ |
D | GrPathRenderer.cpp | 26 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/ |
D | child.js | 75 function escapeArg (str, asPath) { argument 76 return process.platform === 'win32' && asPath
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.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() 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/ |
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 …]
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 62 shape.asPath(&skPath); in get_gr_path() 70 shape.asPath(&skPath); in get_gr_path()
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGGeometryNode.h | 32 SkPath asPath() const;
|
/third_party/skia/modules/sksg/include/ |
D | SkSGGeometryNode.h | 32 SkPath asPath() const;
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCDrawPathsOp.cpp | 49 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/ |
D | GrStyledShape.h | 166 void asPath(SkPath* out) const { in asPath() function 167 fShape.asPath(out, fStyle.isSimpleFill()); in asPath()
|
/third_party/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 84 shape.asPath(&path); in drawShape() 122 shape.asPath(&path); in drawShape()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGClipPath.cpp | 21 auto clip = this->asPath(ctx); in resolveClip()
|
D | SkSVGContainer.cpp | 34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
|
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGContainer.cpp | 34 const SkPath childPath = fChildren[i]->asPath(ctx); in onAsPath()
|
/third_party/flutter/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 204 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()
|