Home
last modified time | relevance | path

Searched refs:SkSVGPath (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGPath.cpp11 #include "modules/svg/include/SkSVGPath.h"
15 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath() function in SkSVGPath
17 bool SkSVGPath::parseAndSetAttribute(const char* n, const char* v) { in parseAndSetAttribute()
27 void SkSVGPath::onDraw(SkCanvas* canvas, const SkSVGLengthContext&, const SkPaint& paint, in onDraw()
35 SkPath SkSVGPath::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath()
43 SkRect SkSVGPath::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox()
H A DSkSVGDOM.cpp37 #include "modules/svg/include/SkSVGPath.h"
265 { "path" , []() -> sk_sp<SkSVGNode> { return SkSVGPath::Make(); }},
/third_party/skia/modules/svg/include/
H A DSkSVGPath.h14 class SkSVGPath final : public SkSVGShape {
16 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); } in Make()
31 SkSVGPath();

Completed in 3 milliseconds