Searched refs:accessSVGStyle (Results 1 – 4 of 4) sorted by relevance
256 SVGRenderStyle* svgStyle = newRenderStyle.get()->accessSVGStyle(); in drawContentIntoMaskImage()
112 SVGRenderStyle* svgstyle = m_style->accessSVGStyle(); in applySVGProperty()
1138 SVGRenderStyle* accessSVGStyle() { return m_svgStyle.access(); } in accessSVGStyle() function1141 void setFillOpacity(float f) { accessSVGStyle()->setFillOpacity(f); } in setFillOpacity()1144 void setStrokeOpacity(float f) { accessSVGStyle()->setStrokeOpacity(f); } in setStrokeOpacity()1147 void setFloodOpacity(float f) { accessSVGStyle()->setFloodOpacity(f); } in setFloodOpacity()
2084 (khtml::RenderStyle::accessSVGStyle):