Home
last modified time | relevance | path

Searched refs:SkSVGClipPath (Results 1 – 10 of 10) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGClipPath.h14 class SkSVGClipPath final : public SkSVGHiddenContainer {
16 virtual ~SkSVGClipPath() = default;
17 static sk_sp<SkSVGClipPath> Make() { in Make()
18 return sk_sp<SkSVGClipPath>(new SkSVGClipPath()); in Make()
24 SkSVGClipPath();
DSkSVGClipPath.cpp10 SkSVGClipPath::SkSVGClipPath() : INHERITED(SkSVGTag::kClipPath) {} in SkSVGClipPath() function in SkSVGClipPath
DSkSVGDOM.cpp356 { "clipPath" , []() -> sk_sp<SkSVGNode> { return SkSVGClipPath::Make(); }}, in __anonfa75a9830402()
/external/skqp/experimental/svg/model/
DSkSVGClipPath.h14 class SkSVGClipPath final : public SkSVGHiddenContainer {
16 virtual ~SkSVGClipPath() = default;
17 static sk_sp<SkSVGClipPath> Make() { in Make()
18 return sk_sp<SkSVGClipPath>(new SkSVGClipPath()); in Make()
24 SkSVGClipPath();
DSkSVGClipPath.cpp10 SkSVGClipPath::SkSVGClipPath() : INHERITED(SkSVGTag::kClipPath) {} in SkSVGClipPath() function in SkSVGClipPath
DSkSVGDOM.cpp356 { "clipPath" , []() -> sk_sp<SkSVGNode> { return SkSVGClipPath::Make(); }}, in __anon4be2fa1a0402()
/external/skia/
DAndroid.bp1119 "experimental/svg/model/SkSVGClipPath.cpp",
2073 "experimental/svg/model/SkSVGClipPath.cpp",
DBUILD.gn1668 "experimental/svg/model/SkSVGClipPath.cpp",
/external/skqp/
DBUILD.gn1615 "experimental/svg/model/SkSVGClipPath.cpp",
DAndroid.bp148 "experimental/svg/model/SkSVGClipPath.cpp",