Home | History | Annotate | Download | only in svg

Lines Matching refs:m_unit

116     , m_unit(storeUnit(mode, LengthTypeNumber))
123 return extractType(m_unit);
128 SVGLengthType type = extractType(m_unit);
136 return SVGLength::PercentageOfViewport(m_valueInSpecifiedUnits / 100.0f, context, extractMode(m_unit));
179 SVGLengthType type = extractType(m_unit);
227 if (extractType(m_unit) == LengthTypePercentage)
249 m_unit = storeUnit(extractMode(m_unit), type);
256 return String::number(m_valueInSpecifiedUnits) + lengthTypeToString(extractType(m_unit));
263 m_unit = storeUnit(extractMode(m_unit), (SVGLengthType) type);
272 m_unit = storeUnit(extractMode(m_unit), (SVGLengthType) type);