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

  /external/webkit/Source/WebCore/svg/
SVGLength.h 107 float convertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
SVGLength.cpp 170 return convertValueFromPercentageToUserUnits(m_valueInSpecifiedUnits / 100, context, ec);
380 float SVGLength::convertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode& ec) const

Completed in 36 milliseconds