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 90 WindRule clipRule = RULE_NONZERO;
114 clipRule = svgStyle->clipRule();
115 clipPath.setWindRule(clipRule);
123 subPath.setWindRule(svgStyle->clipRule());
144 context->clipPath(clipPath, clipRule);
283 WindRule newClipRule = style->svgStyle()->clipRule();
291 newClipRule = renderer->style()->svgStyle()->clipRule();
RenderSVGShape.cpp 330 fillRule = svgStyle->clipRule();
SVGRenderTreeAsText.cpp 321 writeIfNotDefault(ts, "clip rule", svgStyle->clipRule(), RULE_NONZERO);
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 119 return CSSPrimitiveValue::create(svgStyle->clipRule());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 294 WindRule clipRule() const { return (WindRule) svg_inherited_flags._clipRule; }

Completed in 301 milliseconds