Searched refs:nRealOrient (Results 1 – 4 of 4) sorted by relevance
356 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize() local357 double nCosAbs = fabs( cos( nRealOrient ) ); in GetNeededSize()358 double nSinAbs = fabs( sin( nRealOrient ) ); in GetNeededSize()523 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize() local524 double nCosAbs = fabs( cos( nRealOrient ) ); in GetNeededSize()525 double nSinAbs = fabs( sin( nRealOrient ) ); in GetNeededSize()
1479 double nRealOrient = nRotVal * F_PI18000; // 1/100 Grad in FillMaxRot() local1480 double nCos = cos( nRealOrient ); in FillMaxRot()1481 double nSin = sin( nRealOrient ); in FillMaxRot()
2016 double nRealOrient = nAttrRotate * F_PI18000; // 1/100th degrees in lcl_GetEditSize() local2017 double nAbsCos = fabs( cos( nRealOrient ) ); in lcl_GetEditSize()2018 double nAbsSin = fabs( sin( nRealOrient ) ); in lcl_GetEditSize()3221 double nRealOrient = nAttrRotate * F_PI18000; // 1/100 Grad in DrawRotated() local3222 nCos = cos( nRealOrient ); in DrawRotated()3223 nSin = sin( nRealOrient ); in DrawRotated()
1497 double nRealOrient = nLayoutSign * nAttrRotate * F_PI18000; // 1/100th degrees in DrawRotatedFrame() local1498 double nCos = cos( nRealOrient ); in DrawRotatedFrame()1499 double nSin = sin( nRealOrient ); in DrawRotatedFrame()
Completed in 69 milliseconds