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