Home
last modified time | relevance | path

Searched defs:Rad2Deg (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/base/
Dmath_util.h78 static double Rad2Deg(double rad) { return rad * 180.0 / kPiDouble; } in Rad2Deg() function
81 static float Rad2Deg(float rad) { return rad * 180.0f / kPiFloat; } in Rad2Deg() function