Home | History | Annotate | Download | only in svg

Lines Matching refs:svgStyle

110     if (!style()->svgStyle()->clipperResource().isEmpty())
133 const SVGRenderStyle* svgStyle = style->svgStyle();
135 if (!svgStyle->clipperResource().isEmpty())
140 clipRule = svgStyle->clipRule();
236 WindRule newClipRule = style->svgStyle()->clipRule();
244 newClipRule = renderer->style()->svgStyle()->clipRule();
256 SVGRenderStyle* svgStyle = newRenderStyle.get()->accessSVGStyle();
257 svgStyle->setFillPaint(SVGPaint::defaultFill());
258 svgStyle->setStrokePaint(SVGPaint::defaultStroke());
259 svgStyle->setFillRule(newClipRule);
261 svgStyle->setFillOpacity(1.0f);
262 svgStyle->setStrokeOpacity(1.0f);
263 svgStyle->setFilterResource(String());
264 svgStyle->setMaskerResource(String());