HomeSort by relevance Sort by last modified time
    Searched refs:SkSVGClipPath (Results 1 - 3 of 3) 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 14 #include "SkSVGClipPath.h"
318 { "clipPath" , []() -> sk_sp<SkSVGNode> { return SkSVGClipPath::Make(); }},

Completed in 1606 milliseconds