Home
last modified time | relevance | path

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

123

/external/skqp/modules/sksg/src/
DSkSGRect.cpp32 SkPath Rect::onAsPath() const { in onAsPath() function in sksg::Rect
54 SkPath RRect::onAsPath() const { in onAsPath() function in sksg::RRect
DSkSGText.cpp76 SkPath Text::onAsPath() const { in onAsPath() function in sksg::Text
102 SkPath TextBlob::onAsPath() const { in onAsPath() function in sksg::TextBlob
DSkSGGeometryNode.cpp29 return this->onAsPath(); in asPath()
DSkSGPlane.cpp29 SkPath Plane::onAsPath() const { in onAsPath() function in sksg::Plane
DSkSGPath.cpp37 SkPath Path::onAsPath() const { in onAsPath() function in sksg::Path
/external/skia/modules/sksg/src/
DSkSGRect.cpp36 SkPath Rect::onAsPath() const { in onAsPath() function in sksg::Rect
74 SkPath RRect::onAsPath() const { in onAsPath() function in sksg::RRect
DSkSGText.cpp80 SkPath Text::onAsPath() const { in onAsPath() function in sksg::Text
110 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()
/external/skqp/modules/sksg/include/
DSkSGText.h50 SkPath onAsPath() const override;
88 SkPath onAsPath() const override;
DSkSGRect.h43 SkPath onAsPath() const override;
85 SkPath onAsPath() const override;
DSkSGGeometryNode.h39 virtual SkPath onAsPath() const = 0;
DSkSGPlane.h30 SkPath onAsPath() const override;
/external/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;
/external/skia/experimental/svg/model/
DSkSVGContainer.h25 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGPath.h27 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGPoly.h35 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGUse.h35 SkPath onAsPath(const SkSVGRenderContext&) const override;
/external/skqp/experimental/svg/model/
DSkSVGContainer.h25 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGPath.h27 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGUse.h35 SkPath onAsPath(const SkSVGRenderContext&) const override;
DSkSVGPoly.h35 SkPath onAsPath(const SkSVGRenderContext&) const override;

123