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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
DistantLightSource.cpp 41 float azimuth = deg2rad(m_azimuth);
42 float elevation = deg2rad(m_elevation);
SpotLightSource.cpp 61 paintingData.coneCutOffLimit = cosf(deg2rad(180.0f - limitingConeAngle));
FELighting.cpp 423 float azimuthRad = deg2rad(distantLightSource->azimuth());
424 float elevationRad = deg2rad(distantLightSource->elevation());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 63 m_valueInSpecifiedUnits = deg2rad(value);
233 m_valueInSpecifiedUnits = deg2rad(m_valueInSpecifiedUnits);
SVGTransform.cpp 182 double angleInRad = deg2rad(m_angle);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.cpp 139 a = deg2rad(a);
211 return shear(tan(deg2rad(angleX)), tan(deg2rad(angleY)));
216 return shear(tan(deg2rad(angle)), 0);
221 return shear(0, tan(deg2rad(angle)));
TransformationMatrix.cpp 753 angle = deg2rad(angle);
829 rx = deg2rad(rx);
830 ry = deg2rad(ry);
831 rz = deg2rad(rz);
946 sx = deg2rad(sx);
947 sy = deg2rad(sy);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 226 inline double deg2rad(double d) { return d * piDouble / 180.0; } function
235 inline float deg2rad(float d) { return d * piFloat / 180.0f; } function
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 610 float slope = tan(deg2rad(90 - angleDeg));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm     [all...]
RenderListMarker.cpp     [all...]

Completed in 165 milliseconds