Searched refs:clipRule (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceClipper.cpp91 WindRule clipRule = RULE_NONZERO;
115 clipRule = svgStyle.clipRule();
116 clipPath.setWindRule(clipRule);
124 subPath.setWindRule(svgStyle.clipRule());
145 context->clipPath(clipPath, clipRule);
281 WindRule newClipRule = style->svgStyle().clipRule();
289 newClipRule = renderer->style()->svgStyle().clipRule();
H A DRenderSVGShape.cpp330 fillRule = svgStyle.clipRule();
H A DSVGRenderTreeAsText.cpp322 writeIfNotDefault(ts, "clip rule", svgStyle.clipRule(), RULE_NONZERO);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSVGCSSComputedStyleDeclaration.cpp129 return CSSPrimitiveValue::create(svgStyle.clipRule());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h293 WindRule clipRule() const { return (WindRule) svg_inherited_flags._clipRule; } function in class:blink::SVGRenderStyle
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1521 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) argument
1530 SkPath::FillType temporaryFillType = WebCoreWindRuleToSkFillType(clipRule);
1558 void GraphicsContext::canvasClip(const Path& pathToClip, WindRule clipRule) argument
1567 SkPath::FillType temporaryFillType = WebCoreWindRuleToSkFillType(clipRule);

Completed in 4251 milliseconds