Searched defs:SkSVGProperty (Results 1 – 1 of 1) sorted by relevance
43 SkSVGProperty() : fState(SkSVGPropertyState::kUnspecified) {} in SkSVGProperty() function45 explicit SkSVGProperty(SkSVGPropertyState state) : fState(state) {} in SkSVGProperty() function47 explicit SkSVGProperty(const T& value) : fState(SkSVGPropertyState::kValue) { in SkSVGProperty() function51 explicit SkSVGProperty(T&& value) : fState(SkSVGPropertyState::kValue) { in SkSVGProperty() function