Searched defs:asPath (Results 1 – 10 of 10) sorted by relevance
27 SkPath GeometryNode::asPath() const { in asPath() function in sksg::GeometryNode
70 SkPath asPath(SkScalar inset) const override { in asPath() function in RRect113 SkPath asPath(SkScalar inset) const override { in asPath() function in StrokedRRect176 SkPath asPath(SkScalar inset) const override { in asPath() function in Oval224 SkPath asPath(SkScalar inset) const override { in asPath() function in Rect283 SkPath asPath(SkScalar inset) const override { return fPath; } in asPath() function in Pentagon
34 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const { in asPath() function in SkSVGNode
193 void asPath(SkPath* out) const { in asPath() function
196 void asPath(SkPath* out) const { in asPath() function
754 bool SkClipStack::asPath(SkPath *path) const { in asPath() function in SkClipStack