Searched refs:setWindRule (Results 1 – 8 of 8) sorted by relevance
116 clipPath.setWindRule(clipRule); in tryPathOnlyClipping()124 subPath.setWindRule(svgStyle.clipRule()); in tryPathOnlyClipping()
99 polygonValue->setWindRule(polygon->windRule()); in valueForBasicShape()238 polygon->setWindRule(polygonValue->windRule()); in basicShapeForValue()
134 void setWindRule(WindRule w) { m_windRule = w; } in setWindRule() function
115 void setWindRule(const WindRule);
278 void Path::setWindRule(const WindRule rule) in setWindRule() function in blink::Path
219 void setWindRule(WindRule windRule) { m_windRule = windRule; } in setWindRule() function
201 result->setWindRule(o->windRule()); in blend()
4265 shape->setWindRule(argument->id == CSSValueEvenodd ? RULE_EVENODD : RULE_NONZERO); in parseBasicShapePolygon()