Searched refs:extractMode (Results 1 – 2 of 2) sorted by relevance
47 static inline SVGLengthMode extractMode(unsigned int unit) in extractMode() function271 m_unit = storeUnit(extractMode(m_unit), type); in setValueAsString()287 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in newValueSpecifiedUnits()303 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in convertToSpecifiedUnits()367 switch (extractMode(m_unit)) { in convertValueFromUserUnitsToPercentage()389 switch (extractMode(m_unit)) { in convertValueFromPercentageToUserUnits()
3183 (WebCore::extractMode):