Home | History | Annotate | Download | only in style

Lines Matching refs:m_svgStyle

93     , m_svgStyle(defaultStyle()->m_svgStyle)
128 m_svgStyle.init();
154 , m_svgStyle(o.m_svgStyle)
167 if (m_svgStyle != inheritParent->m_svgStyle)
168 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
189 && m_svgStyle == o.m_svgStyle
278 || m_svgStyle->inheritedNotEqual(other->m_svgStyle.get())
312 if (m_svgStyle != other->m_svgStyle) {
313 svgChange = m_svgStyle->diff(other->m_svgStyle.get());