Home
last modified time | relevance | path

Searched refs:pSinX (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1440 long* pSinX = new long[ nDstW ]; in ImplCreateRotatedScaled() local
1451 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()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx833 long* pSinX = new long[ nNewWidth ]; in Rotate() local
842 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in Rotate()
861 nRotY = ( pSinX[ nX ] + nCosY ) >> 6; in Rotate()
870 delete[] pSinX; in Rotate()

Completed in 37 milliseconds