Searched defs:newValueSpecifiedUnits (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAngleTearOff.cpp72 void SVGAngleTearOff::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionState& exceptionState) function in class:WebCore::SVGAngleTearOff
84 target()->newValueSpecifiedUnits(static_cast<SVGAngle::SVGAngleType>(unitType), valueInSpecifiedUnits);
H A DSVGLengthTearOff.cpp109 void SVGLengthTearOff::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionState& exceptionState) function in class:WebCore::SVGLengthTearOff
121 target()->newValueSpecifiedUnits(toSVGLengthType(unitType), valueInSpecifiedUnits);
H A DSVGAngle.cpp234 newValueSpecifiedUnits(SVG_ANGLETYPE_UNSPECIFIED, 0);
239 newValueSpecifiedUnits(SVG_ANGLETYPE_UNSPECIFIED, 0);
259 void SVGAngle::newValueSpecifiedUnits(SVGAngleType unitType, float valueInSpecifiedUnits) function in class:WebCore::SVGAngle
390 newValueSpecifiedUnits(fromAngle->unitType(), fromAngle->valueInSpecifiedUnits());
H A DSVGLength.cpp241 void SVGLength::newValueSpecifiedUnits(SVGLengthType type, float value) function in class:WebCore::SVGLength
311 length->newValueSpecifiedUnits(svgType, value->getFloatValue());
414 length->newValueSpecifiedUnits(LengthTypePercentage, WebCore::blend(fromPercent, toPercent, progress));
422 length->newValueSpecifiedUnits(fromType, WebCore::blend(fromValue, toValue, progress));
424 length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress));
442 length->newValueSpecifiedUnits(toType, WebCore::blend(fromValue, toValue, progress));

Completed in 83 milliseconds