Home
last modified time | relevance | path

Searched refs:fWink (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1937 double fWink = nWink; // updating to our new object rotation in NbcRotate() local
1938 fWink /= 100.0; in NbcRotate()
1939 fObjectRotation = fmod( nSwap ? fObjectRotation - fWink : fObjectRotation + fWink, 360.0 ); in NbcRotate()
1976 double fWink = nTextObjRotation; in NbcMirror() local
1978 fWink /= 100.0; in NbcMirror()
1982 fObjectRotation = fmod( bSingleFlip ? -fWink : fWink, 360.0 ); in NbcMirror()
2006 double fWink = nTextObjRotation; in NbcShear() local
2008 fWink /= 100.0; in NbcShear()
2012 fObjectRotation = fmod( bSingleFlip ? -fWink : fWink, 360.0 ); in NbcShear()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx830 double fWink = (double)GetShadowSlant() * F_PI180; in GetShadowPlaneDirection() local
831 basegfx::B3DVector aShadowPlaneDir(0.0, sin(fWink), cos(fWink)); in GetShadowPlaneDirection()

Completed in 24 milliseconds