Home
last modified time | relevance | path

Searched refs:vectorEffect (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/css/
DSVGCSSComputedStyleDeclaration.cpp185 return CSSPrimitiveValue::create(svgStyle->vectorEffect()); in getSVGPropertyCSSValue()
DSVGCSSStyleSelector.cpp577 HANDLE_INHERIT_AND_INITIAL(vectorEffect, VectorEffect) in applySVGProperty()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceGradient.cpp222 if (svgStyle->vectorEffect() == VE_NON_SCALING_STROKE) in applyResource()
DRenderSVGResourcePattern.cpp158 if (svgStyle->vectorEffect() == VE_NON_SCALING_STROKE) in applyResource()
DRenderSVGPath.cpp174 bool nonScalingStroke = style->svgStyle()->vectorEffect() == VE_NON_SCALING_STROKE; in fillAndStrokePath()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h281 …EVectorEffect vectorEffect() const { return (EVectorEffect) svg_noninherited_flags.f._vectorEffect… in vectorEffect() function