Searched refs:m_unitMode (Results 1 – 2 of 2) sorted by relevance
120 , m_unitMode(mode) in SVGLength()128 , m_unitMode(o.m_unitMode) in SVGLength()142 length->m_unitMode = m_unitMode; in cloneForAnimation()157 return m_unitMode == other.m_unitMode in operator ==()
57 SVGLengthMode unitMode() const { return static_cast<SVGLengthMode>(m_unitMode); } in unitMode()110 unsigned m_unitMode : 2; variable