Home
last modified time | relevance | path

Searched refs:setWindRule (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DBasicShapeFunctions.cpp99 polygonValue->setWindRule(polygon->windRule()); in valueForBasicShape()
238 polygon->setWindRule(polygonValue->windRule()); in basicShapeForValue()
DCSSBasicShapes.h134 void setWindRule(WindRule w) { m_windRule = w; } in setWindRule() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp115 clipPath.setWindRule(clipRule); in tryPathOnlyClipping()
123 subPath.setWindRule(svgStyle->clipRule()); in tryPathOnlyClipping()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.h116 void setWindRule(const WindRule);
DPath.cpp278 void Path::setWindRule(const WindRule rule) in setWindRule() function in WebCore::Path
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.h227 void setWindRule(WindRule windRule) { m_windRule = windRule; } in setWindRule() function
DBasicShapes.cpp219 result->setWindRule(o->windRule()); in blend()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp4323 shape->setWindRule(argument->id == CSSValueEvenodd ? RULE_EVENODD : RULE_NONZERO); in parseBasicShapePolygon()