Home
last modified time | relevance | path

Searched defs:SkSVGColor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGTypes.h186 SkSVGColor() : SkSVGColor(SK_ColorBLACK) {} in SkSVGColor() function
187 explicit SkSVGColor(const SkSVGColorType& c) : fType(Type::kColor), fColor(c), fVars(nullptr) {} in SkSVGColor() function
188 explicit SkSVGColor(Type t, Vars&& vars) in SkSVGColor() function
191 explicit SkSVGColor(const SkSVGColorType& c, Vars&& vars) in SkSVGColor() function