Searched refs:fStopColor (Results 1 – 5 of 5) sorted by relevance
24 const SkSVGColorType& stopColor() const { return fStopColor; } in stopColor()38 SkSVGColorType fStopColor = SkSVGColorType(SK_ColorBLACK); variable
19 fStopColor = color; in setStopColor()
106 SkSVGProperty<SkSVGColor , false> fStopColor; member
41 result.fStopColor.set(SkSVGColor(SK_ColorBLACK)); in MakeInitial()
19 fPresentationAttributes.fStopColor.set(SkSVGColor(SK_ColorBLACK)); in SkSVGNode()