Searched defs:unitType (Results 1 – 9 of 9) sorted by relevance
146 SVGAngleType unitType = stringToAngleType(ptr, end); in setValueAsString() local156 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, Excepti… in newValueSpecifiedUnits()169 void SVGAngle::convertToSpecifiedUnits(unsigned short unitType, ExceptionCode& ec) in convertToSpecifiedUnits()
43 SVGAngleType unitType() const { return m_unitType; } in unitType() function
150 SVGLengthType SVGLength::unitType() const in unitType() function in WebCore::SVGLength
157 …float getFloatValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<float>(… in getFloatValue()158 …float getFloatValue(unsigned short unitType) const { return static_cast<float>(getDoubleValue(unit… in getFloatValue()161 …int getIntValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<int>(getDou… in getIntValue()162 …int getIntValue(unsigned short unitType) const { return static_cast<int>(getDoubleValue(unitType))… in getIntValue()
363 static double conversionToCanonicalUnitsScaleFactor(unsigned short unitType) in conversionToCanonicalUnitsScaleFactor()409 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec) const in getDoubleValue()
417 unsigned short unitType = stop.m_position->primitiveType(); in isCacheable() local
4471 Units unitType = FUnknown; in parseColorParameters() local
83 unsigned short unitType = exec->argument(0).toUInt32(exec); in convertToSpecifiedUnits() local
189 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()