Home
last modified time | relevance | path

Searched refs:SkSVGClipPath (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/svg/include/
H A DSkSVGClipPath.h14 class SkSVGClipPath final : public SkSVGHiddenContainer {
16 static sk_sp<SkSVGClipPath> Make() { in Make()
17 return sk_sp<SkSVGClipPath>(new SkSVGClipPath()); in Make()
26 SkSVGClipPath();
/third_party/skia/modules/svg/src/
H A DSkSVGClipPath.cpp8 #include "modules/svg/include/SkSVGClipPath.h"
12 SkSVGClipPath::SkSVGClipPath() : INHERITED(SkSVGTag::kClipPath) {} in SkSVGClipPath() function in SkSVGClipPath
14 bool SkSVGClipPath::parseAndSetAttribute(const char* n, const char* v) { in parseAndSetAttribute()
20 SkPath SkSVGClipPath::resolveClip(const SkSVGRenderContext& ctx) const { in resolveClip()
H A DSkSVGDOM.cpp14 #include "modules/svg/include/SkSVGClipPath.h"
241 { "clipPath" , []() -> sk_sp<SkSVGNode> { return SkSVGClipPath::Make(); }},
H A DSkSVGRenderContext.cpp16 #include "modules/svg/include/SkSVGClipPath.h"
367 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip()

Completed in 4 milliseconds