Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGTypes.h96 SkSVGPaint() : fType(Type::kInherit), fColor(SK_ColorBLACK) {} in SkSVGPaint() function
97 explicit SkSVGPaint(Type t) : fType(t), fColor(SK_ColorBLACK) {} in SkSVGPaint() function
98 explicit SkSVGPaint(const SkSVGColorType& c) : fType(Type::kColor), fColor(c) {} in SkSVGPaint() function
99 explicit SkSVGPaint(const SkString& iri) in SkSVGPaint() function