Home
last modified time | relevance | path

Searched refs:onAsPath (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/modules/sksg/src/
DSkSGRect.cpp36 SkPath Rect::onAsPath() const { in onAsPath() function in sksg::Rect
72 SkPath RRect::onAsPath() const { in onAsPath() function in sksg::RRect
DSkSGText.cpp80 SkPath Text::onAsPath() const { in onAsPath() function in sksg::Text
111 SkPath TextBlob::onAsPath() const { in onAsPath() function in sksg::TextBlob
DSkSGPlane.cpp31 SkPath Plane::onAsPath() const { in onAsPath() function in sksg::Plane
DSkSGGeometryNode.cpp34 return this->onAsPath(); in asPath()
DSkSGPath.cpp41 SkPath Path::onAsPath() const { in onAsPath() function in sksg::Path
/third_party/skia/modules/sksg/include/
DSkSGText.h51 SkPath onAsPath() const override;
90 SkPath onAsPath() const override;
DSkSGRect.h44 SkPath onAsPath() const override;
87 SkPath onAsPath() const override;
DSkSGPlane.h31 SkPath onAsPath() const override;
DSkSGGeometryNode.h43 virtual SkPath onAsPath() const = 0;
DSkSGPath.h50 SkPath onAsPath() const override;
DSkSGMerge.h56 SkPath onAsPath() const override;
/third_party/skia/modules/svg/include/
DSkSVGText.h32 SkPath onAsPath(const SkSVGRenderContext&) const override;
74 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGPath.h26 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGContainer.h24 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGUse.h31 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGEllipse.h31 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGCircle.h30 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGLine.h31 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGPoly.h33 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGRect.h34 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGImage.h30 SkPath onAsPath(const SkSVGRenderContext&) const override;
/third_party/skia/modules/svg/src/
DSkSVGPoly.cpp39 SkPath SkSVGPoly::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath() function in SkSVGPoly
DSkSVGPath.cpp35 SkPath SkSVGPath::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath() function in SkSVGPath
DSkSVGContainer.cpp38 SkPath SkSVGContainer::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath() function in SkSVGContainer
DSkSVGEllipse.cpp39 SkPath SkSVGEllipse::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath() function in SkSVGEllipse

12