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

  /external/skia/experimental/svg/model/
SkSVGClipPath.cpp 8 #include "SkSVGClipPath.h"
10 SkSVGClipPath::SkSVGClipPath() : INHERITED(SkSVGTag::kClipPath) {}
SkSVGClipPath.h 14 class SkSVGClipPath final : public SkSVGHiddenContainer {
16 virtual ~SkSVGClipPath() = default;
17 static sk_sp<SkSVGClipPath> Make() {
18 return sk_sp<SkSVGClipPath>(new SkSVGClipPath());
24 SkSVGClipPath();
SkSVGDOM.cpp 13 #include "SkSVGClipPath.h"
356 { "clipPath" , []() -> sk_sp<SkSVGNode> { return SkSVGClipPath::Make(); }},
  /external/skqp/experimental/svg/model/
SkSVGClipPath.cpp 8 #include "SkSVGClipPath.h"
10 SkSVGClipPath::SkSVGClipPath() : INHERITED(SkSVGTag::kClipPath) {}
SkSVGClipPath.h 14 class SkSVGClipPath final : public SkSVGHiddenContainer {
16 virtual ~SkSVGClipPath() = default;
17 static sk_sp<SkSVGClipPath> Make() {
18 return sk_sp<SkSVGClipPath>(new SkSVGClipPath());
24 SkSVGClipPath();
SkSVGDOM.cpp 13 #include "SkSVGClipPath.h"
356 { "clipPath" , []() -> sk_sp<SkSVGNode> { return SkSVGClipPath::Make(); }},

Completed in 122 milliseconds