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

  /external/webkit/Source/WebCore/svg/
SVGAngle.cpp 60 m_valueInSpecifiedUnits = deg2grad(value);
218 m_valueInSpecifiedUnits = deg2grad(m_valueInSpecifiedUnits);
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 194 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 167 milliseconds