HomeSort by relevance Sort by last modified time
    Searched refs:clipRule (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 89 WindRule clipRule = RULE_NONZERO;
113 clipRule = svgStyle->clipRule();
114 clipPath.setWindRule(clipRule);
122 subPath.setWindRule(svgStyle->clipRule());
143 context->clipPath(clipPath, clipRule);
239 WindRule newClipRule = style->svgStyle()->clipRule();
247 newClipRule = renderer->style()->svgStyle()->clipRule();
256 // In the case of a <use> element, we obtained its renderere above, to retrieve its clipRule.
RenderSVGShape.cpp 327 fillRule = svgStyle->clipRule();
SVGRenderTreeAsText.cpp 310 writeIfNotDefault(ts, "clip rule", svgStyle->clipRule(), RULE_NONZERO);
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 93 return CSSPrimitiveValue::create(svgStyle->clipRule());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 308 WindRule clipRule() const { return (WindRule) svg_inherited_flags._clipRule; }

Completed in 70 milliseconds