Searched refs:setWindRule (Results 1 – 8 of 8) sorted by relevance
89 polygonValue->setWindRule(polygon->windRule()); in valueForBasicShape()176 polygon->setWindRule(polygonValue->windRule()); in basicShapeForValue()
208 void setWindRule(WindRule w) { m_windRule = w; } in setWindRule() function
5285 shape->setWindRule(argument->id == CSSValueEvenodd ? RULE_EVENODD : RULE_NONZERO); in parseBasicShapePolygon()
96 void setWindRule(const WindRule);
242 void Path::setWindRule(const WindRule rule) in setWindRule() function in WebCore::Path
114 clipPath.setWindRule(clipRule); in tryPathOnlyClipping()122 subPath.setWindRule(svgStyle->clipRule()); in tryPathOnlyClipping()
167 void setWindRule(WindRule windRule) { m_windRule = windRule; } in setWindRule() function
171 result->setWindRule(o->windRule()); in blend()