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

  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWxMac.mm 44 static inline double DegToRad(double deg)
49 static const NSAffineTransformStruct kSlantNSTransformStruct = { 1, 0, tan(DegToRad(11)), 1, 0, 0 };
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
non-kerned-drawing.cpp 52 static inline double DegToRad(double deg) { return (deg * M_PI) / 180.0; }

Completed in 2487 milliseconds