Home | History | Annotate | Download | only in rendering

Lines Matching refs:svgStyle

90     return m_path.contains(point, style()->svgStyle()->fillRule());
125 if (style()->svgStyle()->hasStroke()) {
171 style()->svgStyle()->inflateForShadow(m_cachedLocalRepaintRect);
236 if (style()->svgStyle()->shapeRendering() == SR_CRISPEDGES)
274 if ((hitRules.canHitStroke && (style()->svgStyle()->hasStroke() || !hitRules.requireStroke) && strokeContains(localPoint, hitRules.requireStroke))
275 || (hitRules.canHitFill && (style()->svgStyle()->hasFill() || !hitRules.requireFill) && fillContains(localPoint, hitRules.requireFill))) {
297 const SVGRenderStyle* svgStyle = style()->svgStyle();
298 AtomicString startMarkerId(svgStyle->startMarker());
299 AtomicString midMarkerId(svgStyle->midMarker());
300 AtomicString endMarkerId(svgStyle->endMarker());
324 float strokeWidth = SVGRenderStyle::cssPrimitiveToLength(this, svgStyle->strokeWidth(), 1.0f);