Home
last modified time | relevance | path

Searched refs:clipRule (Results 1 – 4 of 4) sorted by relevance

/external/skqp/experimental/svg/model/
DSkSVGNode.cpp67 void SkSVGNode::setClipRule(const SkSVGFillRule& clipRule) { in setClipRule() argument
68 fPresentationAttributes.fClipRule.set(clipRule); in setClipRule()
122 if (const SkSVGFillRuleValue* clipRule = v.as<SkSVGFillRuleValue>()) { in onSetAttribute() local
123 this->setClipRule(*clipRule); in onSetAttribute()
/external/skia/experimental/svg/model/
DSkSVGNode.cpp67 void SkSVGNode::setClipRule(const SkSVGFillRule& clipRule) { in setClipRule() argument
68 fPresentationAttributes.fClipRule.set(clipRule); in setClipRule()
122 if (const SkSVGFillRuleValue* clipRule = v.as<SkSVGFillRuleValue>()) { in onSetAttribute() local
123 this->setClipRule(*clipRule); in onSetAttribute()
/external/skia/src/svg/
DSkSVGDevice.cpp512 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources() local
524 rectElement.addAttribute("clip-rule", clipRule); in addClipResources()
528 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()
/external/skqp/src/svg/
DSkSVGDevice.cpp509 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources() local
521 rectElement.addAttribute("clip-rule", clipRule); in addClipResources()
525 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()