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

  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 211 inline double turn2grad(double t) { return t * 400; } function
222 inline float turn2grad(float t) { return t * 400; } function
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 282 m_valueInSpecifiedUnits = turn2grad(m_valueInSpecifiedUnits);

Completed in 94 milliseconds