Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp541 const char* clipRule = clipPath.getFillType() == SkPath::kEvenOdd_FillType ? in addClipResources() local
553 rectElement.addAttribute("clip-rule", clipRule); in addClipResources()
557 pathElement.addAttribute("clip-rule", clipRule); in addClipResources()
/third_party/typescript/tests/lib/
Dreact.d.ts879 clipRule?: any; property
Dreact16.d.ts1855 clipRule?: number | string;
Dlib.d.ts4786 clipRule: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts2917 clipRule: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts2897 clipRule: string; property