Searched refs:rfYCorrection (Results 1 – 1 of 1) sorted by relevance
128 void lcl_correctRotation_Left( double& rfXCorrection, double& rfYCorrection in lcl_correctRotation_Left() argument140 rfYCorrection = -aSize.Width*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Left()148 rfYCorrection = -aSize.Width *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Left()150 rfYCorrection = -aSize.Width *rtl::math::cos( beta ); in lcl_correctRotation_Left()158 rfYCorrection = aSize.Width *rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left()160 rfYCorrection = aSize.Width *rtl::math::sin( beta ); in lcl_correctRotation_Left()167 rfYCorrection = aSize.Width*rtl::math::sin( beta )/2.0; in lcl_correctRotation_Left()171 void lcl_correctRotation_Right( double& rfXCorrection, double& rfYCorrection in lcl_correctRotation_Right() argument183 rfYCorrection = aSize.Width*rtl::math::sin( fAnglePi )/2.0; in lcl_correctRotation_Right()191 rfYCorrection = aSize.Width *rtl::math::sin( beta )/2.0; in lcl_correctRotation_Right()[all …]