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

  /external/webkit/Source/WebCore/platform/graphics/filters/
DistantLightSource.cpp 42 float azimuth = deg2rad(m_azimuth);
43 float elevation = deg2rad(m_elevation);
SpotLightSource.cpp 62 paintingData.coneCutOffLimit = cosf(deg2rad(180.0f - limitingConeAngle));
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 188 a = deg2rad(a);
260 return shear(tan(deg2rad(angleX)), tan(deg2rad(angleY)));
265 return shear(tan(deg2rad(angle)), 0);
270 return shear(0, tan(deg2rad(angle)));
TransformationMatrix.cpp 651 angle = deg2rad(angle);
738 rx = deg2rad(rx);
739 ry = deg2rad(ry);
740 rz = deg2rad(rz);
861 sx = deg2rad(sx);
862 sy = deg2rad(sy);
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAngle.cpp 63 m_valueInSpecifiedUnits = deg2rad(value);
215 m_valueInSpecifiedUnits = deg2rad(m_valueInSpecifiedUnits);
SVGTransform.cpp 148 double angleInRad = deg2rad(m_angle);
  /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
  /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/WebCore/css/
CSSGradientValue.cpp 499 float slope = tan(deg2rad(angleDeg));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 807 getEllipsePointByAngle(deg2rad((double)startAngle), a, b, fstartX, fstartY);
808 getEllipsePointByAngle(deg2rad((double)startAngle + angleSpan), a, b, fendX, fendY);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 110 value = transformOp ? narrowPrecisionToFloat(deg2rad(static_cast<const RotateTransformOperation*>(transformOp)->angle())) : 0;
    [all...]

Completed in 371 milliseconds