Searched refs:deg2grad (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAngle.cpp60 m_valueInSpecifiedUnits = deg2grad(value);
218 m_valueInSpecifiedUnits = deg2grad(m_valueInSpecifiedUnits);
/external/webkit/Source/JavaScriptCore/wtf/
H A DMathExtras.h194 inline double deg2grad(double d) { return d * 400.0 / 360.0; } function
203 inline float deg2grad(float d) { return d * 400.0f / 360.0f; } function

Completed in 92 milliseconds