Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtras.h205 inline double deg2grad(double d) { return d * 400.0 / 360.0; } in deg2grad() function
216 inline float deg2grad(float d) { return d * 400.0f / 360.0f; } in deg2grad() function
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAngle.cpp136 m_valueInSpecifiedUnits = deg2grad(value); in setValue()
339 m_valueInSpecifiedUnits = deg2grad(m_valueInSpecifiedUnits); in convertToSpecifiedUnits()