Searched refs:fSinAngle (Results 1 – 2 of 2) sorted by relevance
819 const double fSinAngle = sin( nAngle10 * F_PI1800 ); in Rotate() local842 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in Rotate()850 pSinY[ nY ] = FRound( fSinAngle * fTmp ); in Rotate()
1433 const double fCosAngle = cos( nRot10 * F_PI1800 ), fSinAngle = sin( nRot10 * F_PI1800 ); in ImplCreateRotatedScaled() local1451 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in ImplCreateRotatedScaled()1458 pSinY[ nY ] = FRound( fSinAngle * fTmp ); in ImplCreateRotatedScaled()
Completed in 35 milliseconds