Searched refs:setWindRule (Results 1 – 8 of 8) sorted by relevance
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 clipPath.setWindRule(clipRule); in tryPathOnlyClipping()123 subPath.setWindRule(svgStyle->clipRule()); in tryPathOnlyClipping()
116 void setWindRule(const WindRule);
278 void Path::setWindRule(const WindRule rule) in setWindRule() function in WebCore::Path
227 void setWindRule(WindRule windRule) { m_windRule = windRule; } in setWindRule() function
219 result->setWindRule(o->windRule()); in blend()
4323 shape->setWindRule(argument->id == CSSValueEvenodd ? RULE_EVENODD : RULE_NONZERO); in parseBasicShapePolygon()