Home
last modified time | relevance | path

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

/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