Searched defs:SkSVGClip (Results 1 - 1 of 1) sorted by relevance

/external/skia/experimental/svg/model/
H A DSkSVGTypes.h122 class SkSVGClip { class
130 SkSVGClip() : fType(Type::kNone) {} function in class:SkSVGClip
131 explicit SkSVGClip(Type t) : fType(t) {} function in class:SkSVGClip
132 explicit SkSVGClip(const SkString& iri) : fType(Type::kIRI), fIRI(iri) {} function in class:SkSVGClip
134 SkSVGClip(const SkSVGClip&) = default;
135 SkSVGClip& operator=(const SkSVGClip&) = default;
137 bool operator==(const SkSVGClip& other) const {
140 bool operator!=(const SkSVGClip
[all...]

Completed in 161 milliseconds