Home | History | Annotate | Download | only in svg

Lines Matching full:svgstyle

174     bool nonScalingStroke = style->svgStyle()->vectorEffect() == VE_NON_SCALING_STROKE;
222 const SVGRenderStyle* svgStyle = style()->svgStyle();
223 if (svgStyle->shapeRendering() == SR_CRISPEDGES)
228 if (svgStyle->hasMarkers())
266 const SVGRenderStyle* svgStyle = style()->svgStyle();
267 WindRule fillRule = svgStyle->fillRule();
269 fillRule = svgStyle->clipRule();
270 if ((hitRules.canHitStroke && (svgStyle->hasStroke() || !hitRules.requireStroke) && strokeContains(localPoint, hitRules.requireStroke))
271 || (hitRules.canHitFill && (svgStyle->hasFill() || !hitRules.requireFill) && fillContains(localPoint, hitRules.requireFill, fillRule))) {
290 const SVGRenderStyle* svgStyle = style()->svgStyle();
291 ASSERT(svgStyle->hasMarkers());
303 return m_markerLayoutInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeWidth().value(svgElement), m_path);
321 const SVGRenderStyle* svgStyle = style()->svgStyle();
322 if (svgStyle->hasStroke()) {
327 if (svgStyle->hasMarkers()) {