Searched refs:fCosAngle (Results 1 – 2 of 2) sorted by relevance
818 const double fCosAngle = cos( nAngle10 * F_PI1800 ); in Rotate() local841 pCosX[ nX ] = FRound( fCosAngle * fTmp ); in Rotate()849 pCosY[ nY ] = FRound( fCosAngle * fTmp ); in Rotate()
1433 const double fCosAngle = cos( nRot10 * F_PI1800 ), fSinAngle = sin( nRot10 * F_PI1800 ); in ImplCreateRotatedScaled() local1450 pCosX[ nX ] = FRound( fCosAngle * ( fTmp = nTmpX++ << 8 ) ); in ImplCreateRotatedScaled()1457 pCosY[ nY ] = FRound( fCosAngle * ( fTmp = nTmpY++ << 8 ) ); in ImplCreateRotatedScaled()
Completed in 171 milliseconds