Searched defs:SkSVGColor (Results 1 – 1 of 1) sorted by relevance
186 SkSVGColor() : SkSVGColor(SK_ColorBLACK) {} in SkSVGColor() function187 explicit SkSVGColor(const SkSVGColorType& c) : fType(Type::kColor), fColor(c), fVars(nullptr) {} in SkSVGColor() function188 explicit SkSVGColor(Type t, Vars&& vars) in SkSVGColor() function191 explicit SkSVGColor(const SkSVGColorType& c, Vars&& vars) in SkSVGColor() function