Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.cpp174 bool nonScalingStroke = style->svgStyle()->vectorEffect() == VE_NON_SCALING_STROKE; in fillAndStrokePath() local
176 if (nonScalingStroke) { in fillAndStrokePath()
191 …intingResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_… in fillAndStrokePath()
196 …fallbackResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &… in fillAndStrokePath()