HomeSort by relevance Sort by last modified time
    Searched refs:SkSVGPath (Results 1 - 6 of 6) sorted by null

  /external/skia/experimental/svg/model/
SkSVGPath.h 14 class SkSVGPath final : public SkSVGShape {
16 ~SkSVGPath() override = default;
17 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); }
30 SkSVGPath();
SkSVGPath.cpp 10 #include "SkSVGPath.h"
14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { }
16 void SkSVGPath::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) {
28 void SkSVGPath::onDraw(SkCanvas* canvas, const SkSVGLengthContext&, const SkPaint& paint,
35 SkPath SkSVGPath::onAsPath(const SkSVGRenderContext& ctx) const {
SkSVGDOM.cpp 22 #include "SkSVGPath.h"
361 { "path" , []() -> sk_sp<SkSVGNode> { return SkSVGPath::Make(); }},
  /external/skqp/experimental/svg/model/
SkSVGPath.h 14 class SkSVGPath final : public SkSVGShape {
16 ~SkSVGPath() override = default;
17 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); }
30 SkSVGPath();
SkSVGPath.cpp 10 #include "SkSVGPath.h"
14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { }
16 void SkSVGPath::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) {
28 void SkSVGPath::onDraw(SkCanvas* canvas, const SkSVGLengthContext&, const SkPaint& paint,
35 SkPath SkSVGPath::onAsPath(const SkSVGRenderContext& ctx) const {
SkSVGDOM.cpp 22 #include "SkSVGPath.h"
361 { "path" , []() -> sk_sp<SkSVGNode> { return SkSVGPath::Make(); }},

Completed in 518 milliseconds