Searched refs:setFill (Results 1 – 5 of 5) sorted by relevance
64 void SkSVGNode::setFill(const SkSVGPaint& svgPaint) { in setFill() function in SkSVGNode104 this->setFill(*paint); in onSetAttribute()
52 void setFill(const SkSVGPaint&);
21 [color setFill];
70 auto setFill = [] (SkPaint*p) { p->setStyle(SkPaint::kFill_Style); }; in DEF_ARC_GM() local71 draw_arcs(canvas, setFill); in DEF_ARC_GM()
122 bg->setFill(SkSVGPaint(SkSVGPaint::Type::kNone)); in onOnceBeforeDraw()203 objectNode->setFill(SkSVGPaint(SkSVGColorType(color))); in initialize()