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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h 72 bool hasNonScalingStroke() const { return style()->svgStyle()->vectorEffect() == VE_NON_SCALING_STROKE; }
RenderSVGResourceContainer.cpp 269 if (svgStyle->vectorEffect() == VE_NON_SCALING_STROKE)
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 222 return CSSPrimitiveValue::create(svgStyle->vectorEffect());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 291 EVectorEffect vectorEffect() const { return (EVectorEffect) svg_noninherited_flags.f._vectorEffect; }

Completed in 66 milliseconds