HomeSort by relevance Sort by last modified time
    Searched defs:newValueSpecifiedUnits (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGAngle.cpp 156 void SVGAngle::newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits, ExceptionCode& ec)
SVGLength.cpp 280 void SVGLength::newValueSpecifiedUnits(unsigned short type, float value, ExceptionCode& ec)
510 length.newValueSpecifiedUnits(svgType, value->getFloatValue(), ec);

Completed in 321 milliseconds