Home | History | Annotate | Download | only in style

Lines Matching refs:svgStyle

1137     const SVGRenderStyle* svgStyle() const { return m_svgStyle.get(); }
1140 float fillOpacity() const { return svgStyle()->fillOpacity(); }
1143 svgStyle()->strokeOpacity(); }
1146 float floodOpacity() const { return svgStyle()->floodOpacity(); }