Searched refs:pSinX (Results 1 – 2 of 2) sorted by relevance
1440 long* pSinX = new long[ nDstW ]; in ImplCreateRotatedScaled() local1451 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in ImplCreateRotatedScaled()1480 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled()1520 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled()1588 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled()1625 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled()1697 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled()1739 delete[] pSinX; in ImplCreateRotatedScaled()
833 long* pSinX = new long[ nNewWidth ]; in Rotate() local842 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in Rotate()861 nRotY = ( pSinX[ nX ] + nCosY ) >> 6; in Rotate()870 delete[] pSinX; in Rotate()
Completed in 45 milliseconds