Home | History | Annotate | Download | only in style

Lines Matching refs:svgStyle

1036     const SVGRenderStyle* svgStyle() const { return m_svgStyle.get(); }
1039 float fillOpacity() const { return svgStyle()->fillOpacity(); }
1042 float strokeOpacity() const { return svgStyle()->strokeOpacity(); }
1045 float floodOpacity() const { return svgStyle()->floodOpacity(); }