Searched refs:SkSVGStopColor (Results 1 – 2 of 2) sorted by relevance
385 class SkSVGStopColor {394 SkSVGStopColor() : fType(Type::kColor), fColor(SK_ColorBLACK) {} in SkSVGStopColor() function395 explicit SkSVGStopColor(Type t) : fType(t), fColor(SK_ColorBLACK) {} in SkSVGStopColor() function396 explicit SkSVGStopColor(const SkSVGColorType& c) : fType(Type::kColor), fColor(c) {} in SkSVGStopColor() function398 SkSVGStopColor(const SkSVGStopColor&) = default;399 SkSVGStopColor& operator=(const SkSVGStopColor&) = default;401 bool operator==(const SkSVGStopColor& other) const {404 bool operator!=(const SkSVGStopColor& other) const { return !(*this == other); }
77 using SkSVGStopColorValue = SkSVGWrapperValue<SkSVGStopColor , SkSVGValue::Type::kStopColor >;