Home
last modified time | relevance | path

Searched defs:unitType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGAngle.cpp146 SVGAngleType unitType = stringToAngleType(ptr, end); in setValueAsString() local
156 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, Excepti… in newValueSpecifiedUnits()
169 void SVGAngle::convertToSpecifiedUnits(unsigned short unitType, ExceptionCode& ec) in convertToSpecifiedUnits()
DSVGAngle.h43 SVGAngleType unitType() const { return m_unitType; } in unitType() function
DSVGLength.cpp150 SVGLengthType SVGLength::unitType() const in unitType() function in WebCore::SVGLength
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h157 …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()
DCSSPrimitiveValue.cpp363 static double conversionToCanonicalUnitsScaleFactor(unsigned short unitType) in conversionToCanonicalUnitsScaleFactor()
409 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec) const in getDoubleValue()
DCSSGradientValue.cpp417 unsigned short unitType = stop.m_position->primitiveType(); in isCacheable() local
DCSSParser.cpp4471 Units unitType = FUnknown; in parseColorParameters() local
/external/webkit/Source/WebCore/bindings/js/
DJSSVGLengthCustom.cpp83 unsigned short unitType = exec->argument(0).toUInt32(exec); in convertToSpecifiedUnits() local
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderTreeAsText.cpp189 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()