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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h 73 bool hasNonScalingStroke() const { return style()->svgStyle()->vectorEffect() == VE_NON_SCALING_STROKE; }
RenderSVGResourceGradient.cpp 130 if (svgStyle->vectorEffect() == VE_NON_SCALING_STROKE)
RenderSVGResourcePattern.cpp 163 if (svgStyle->vectorEffect() == VE_NON_SCALING_STROKE)
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 196 return CSSPrimitiveValue::create(svgStyle->vectorEffect());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 305 EVectorEffect vectorEffect() const { return (EVectorEffect) svg_noninherited_flags.f._vectorEffect; }

Completed in 143 milliseconds