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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 133 m_valueInSpecifiedUnits = deg2grad(value);
341 m_valueInSpecifiedUnits = deg2grad(m_valueInSpecifiedUnits);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 205 inline double deg2grad(double d) { return d * 400.0 / 360.0; } function
216 inline float deg2grad(float d) { return d * 400.0f / 360.0f; } function

Completed in 180 milliseconds