Searched refs:clipRule (Results 1 – 4 of 4) sorted by relevance
67 void SkSVGNode::setClipRule(const SkSVGFillRule& clipRule) { in setClipRule() argument68 fPresentationAttributes.fClipRule.set(clipRule); in setClipRule()122 if (const SkSVGFillRuleValue* clipRule = v.as<SkSVGFillRuleValue>()) { in onSetAttribute() local123 this->setClipRule(*clipRule); in onSetAttribute()
512 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources() local524 rectElement.addAttribute("clip-rule", clipRule); in addClipResources()528 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()
509 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources() local521 rectElement.addAttribute("clip-rule", clipRule); in addClipResources()525 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()