Searched defs:svgStyle (Results 1 – 13 of 13) sorted by relevance
63 const SVGRenderStyle* svgStyle = style->svgStyle(); in getSVGPropertyCSSValue() local
65 const SVGRenderStyle* svgStyle = style ? style->svgStyle() : 0; in setup() local
102 const SVGRenderStyle* svgStyle = style->svgStyle(); in setup() local
196 const SVGRenderStyle* svgStyle = style->svgStyle(); in setup() local
72 const SVGRenderStyle* svgStyle = style()->svgStyle(); in selfWillPaint() local
297 const SVGRenderStyle* svgStyle = style()->svgStyle(); in calculateMarkerBoundsIfNeeded() local
112 const SVGRenderStyle* svgStyle = style()->svgStyle(); in selfWillPaint() local
94 const SVGRenderStyle* svgStyle = style->svgStyle(); in prepareToRenderSVGContent() local
43 const SVGRenderStyle* svgStyle = item->style()->svgStyle(); in calculateBaselineShift() local
173 static inline float glyphOrientationToAngle(const SVGRenderStyle* svgStyle, bool isVerticalText, co… in glyphOrientationToAngle()324 const SVGRenderStyle* svgStyle = item->style()->svgStyle(); in calculateKerning() local1208 const SVGRenderStyle* svgStyle = style->svgStyle(); in buildLayoutInformationForTextBox() local
260 const SVGRenderStyle* svgStyle = style->svgStyle(); in writeStyle() local
225 const SVGRenderStyle* svgStyle = object->style()->svgStyle(); in invalidateResources() local
1036 const SVGRenderStyle* svgStyle() const { return m_svgStyle.get(); } in svgStyle() function