Searched refs:deg2rad (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DDistantLightSource.cpp42 float azimuth = deg2rad(m_azimuth);
43 float elevation = deg2rad(m_elevation);
H A DSpotLightSource.cpp62 paintingData.coneCutOffLimit = cosf(deg2rad(180.0f - limitingConeAngle));
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DScrollAnimatorIOS.mm126 if (dragAngle <= deg2rad(lockAngleDegrees))
128 else if (dragAngle >= deg2rad(90 - lockAngleDegrees))
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAngle.cpp62 m_valueInSpecifiedUnits = deg2rad(value);
221 m_valueInSpecifiedUnits = deg2rad(m_valueInSpecifiedUnits);
H A DSVGTransform.cpp209 double angleInRad = deg2rad(m_angle);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DAffineTransform.cpp140 a = deg2rad(a);
212 return shear(tan(deg2rad(angleX)), tan(deg2rad(angleY)));
217 return shear(tan(deg2rad(angle)), 0);
222 return shear(0, tan(deg2rad(angle)));
H A DTransformationMatrix.cpp811 angle = deg2rad(angle);
887 rx = deg2rad(rx);
888 ry = deg2rad(ry);
889 rz = deg2rad(rz);
1004 sx = deg2rad(sx);
1005 sy = deg2rad(sy);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DMath.pm204 =item deg2rad
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DGraphicsContextWin.cpp175 static const double deg2rad = 0.017453292519943295769; // pi/180 member in namespace:WebCore
/macosx-10.10/WTF-7600.1.24/wtf/
H A DMathExtras.h149 inline double deg2rad(double d) { return d * piDouble / 180.0; } function
158 inline float deg2rad(float d) { return d * piFloat / 180.0f; } function
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DPDFDocumentImage.cpp248 context->rotate(-deg2rad(static_cast<float>(rotationDegrees)));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/math/
H A Dbigfloat.demo.tcl202 addButtonOne deg2rad
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCAFiltersMac.mm124 [filter setValue:[NSNumber numberWithFloat:deg2rad(op->amount())] forKey:@"inputAngle"];
216 [filter setValue:[NSNumber numberWithFloat:deg2rad(op->amount())] forKey:@"inputAngle"];
371 amount = deg2rad(amount);
/macosx-10.10/vim-55/runtime/syntax/
H A Dwinbatch.vim43 syn keyword winbatchImplicit commonformat cr crlf ctrl default default deg2rad descending
H A Dphp.vim194 syn keyword phpFunctions abs acos acosh asin asinh atan2 atan atanh base_convert bindec ceil cos cosh decbin dechex decoct deg2rad exp expm1 floor fmod getrandmax hexdec hypot is_finite is_infinite is_nan lcg_value log10 log1p log max min mt_getrandmax mt_rand mt_srand octdec pi pow rad2deg rand round sin sinh sqrt srand tan tanh contained
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGradientValue.cpp614 float slope = tan(deg2rad(90 - angleDeg));
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListMarker.cpp1326 context->rotate(static_cast<float>(deg2rad(90.)));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbigfloat.tcl760 proc ::math::bigfloat::deg2rad {x} {
2307 pi deg2rad rad2deg
H A Dbigfloat2.tcl690 proc ::math::bigfloat::deg2rad {x} {
2212 pi deg2rad rad2deg
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DGraphicsLayerCA.cpp132 value = transformOp ? narrowPrecisionToFloat(deg2rad(toRotateTransformOperation(transformOp)->angle())) : 0;
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1519 \ 'deg2rad(': 'float number | float',

Completed in 342 milliseconds