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

  /external/webkit/Source/WebCore/svg/
SVGLength.h 114 float convertValueFromEXSToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
SVGLength.cpp 174 return convertValueFromEXSToUserUnits(m_valueInSpecifiedUnits, context, ec);
450 float SVGLength::convertValueFromEXSToUserUnits(float value, const SVGElement* context, ExceptionCode& ec) const

Completed in 260 milliseconds