Searched defs:setFill (Results 1 – 4 of 4) sorted by relevance
71 void SkSVGNode::setFill(const SkSVGPaint& svgPaint) { in setFill() function in SkSVGNode
70 auto setFill = [] (SkPaint*p) { p->setStyle(SkPaint::kFill_Style); }; in DEF_ARC_GM() local