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

  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 173 static const double deg2rad = 0.017453292519943295769; // pi/180 member in namespace:WebCore
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 192 inline double deg2rad(double d) { return d * piDouble / 180.0; } function
201 inline float deg2rad(float d) { return d * piFloat / 180.0f; } function

Completed in 43 milliseconds