Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/svg/model/
DSkSVGTypes.h97 SkSVGPaint() : fType(Type::kInherit), fColor(SK_ColorBLACK) {} in SkSVGPaint() function
98 explicit SkSVGPaint(Type t) : fType(t), fColor(SK_ColorBLACK) {} in SkSVGPaint() function
99 explicit SkSVGPaint(const SkSVGColorType& c) : fType(Type::kColor), fColor(c) {} in SkSVGPaint() function
100 explicit SkSVGPaint(const SkString& iri) in SkSVGPaint() function
/third_party/skia/modules/svg/include/
DSkSVGTypes.h194 SkSVGPaint() : fType(Type::kNone), fColor(SK_ColorBLACK) {} in SkSVGPaint() function
195 explicit SkSVGPaint(Type t) : fType(t), fColor(SK_ColorBLACK) {} in SkSVGPaint() function
196 explicit SkSVGPaint(const SkSVGColor& c) : fType(Type::kColor), fColor(c) {} in SkSVGPaint() function
197 SkSVGPaint(const SkSVGIRI& iri, const SkSVGColor& fallback_color) in SkSVGPaint() function