Searched refs:grad2deg (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAngle.cpp43 return grad2deg(m_valueInSpecifiedUnits);
202 m_valueInSpecifiedUnits = grad2deg(m_valueInSpecifiedUnits);
/external/webkit/Source/JavaScriptCore/wtf/
H A DMathExtras.h195 inline double grad2deg(double g) { return g * 360.0 / 400.0; } function
204 inline float grad2deg(float g) { return g * 360.0f / 400.0f; } function
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp7224 angle = grad2deg(angle);
7241 angle = grad2deg(angle);
7265 angle = grad2deg(angle);
7278 angle = grad2deg(angle);
7292 angleY = grad2deg(angleY);

Completed in 102 milliseconds