Home
last modified time | relevance | path

Searched defs:asPath (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dreveal.cpp70 SkPath asPath(SkScalar inset) const override { in asPath() function in RRect
113 SkPath asPath(SkScalar inset) const override { in asPath() function in StrokedRRect
176 SkPath asPath(SkScalar inset) const override { in asPath() function in Oval
224 SkPath asPath(SkScalar inset) const override { in asPath() function in Rect
283 SkPath asPath(SkScalar inset) const override { return fPath; } in asPath() function in Pentagon
/external/skia/experimental/svg/model/
DSkSVGNode.cpp34 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const { in asPath() function in SkSVGNode
/external/skia/src/core/
DSkClipStack.cpp118 void SkClipStack::Element::asPath(SkPath* path) const { in asPath() function in SkClipStack::Element
657 bool SkClipStack::asPath(SkPath *path) const { in asPath() function in SkClipStack
/external/skia/src/gpu/
DGrShape.h174 void asPath(SkPath* out) const { in asPath() function