Searched refs:vectorEffect (Results 1 – 6 of 6) sorted by relevance
185 return CSSPrimitiveValue::create(svgStyle->vectorEffect()); in getSVGPropertyCSSValue()
577 HANDLE_INHERIT_AND_INITIAL(vectorEffect, VectorEffect) in applySVGProperty()
222 if (svgStyle->vectorEffect() == VE_NON_SCALING_STROKE) in applyResource()
158 if (svgStyle->vectorEffect() == VE_NON_SCALING_STROKE) in applyResource()
174 bool nonScalingStroke = style->svgStyle()->vectorEffect() == VE_NON_SCALING_STROKE; in fillAndStrokePath()
281 …EVectorEffect vectorEffect() const { return (EVectorEffect) svg_noninherited_flags.f._vectorEffect… in vectorEffect() function