Searched refs:nCosY (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 1443 long nX, nY, nTmpX, nTmpY, nTmpFX, nTmpFY, nUnRotX, nUnRotY, nSinY, nCosY; in ImplCreateRotatedScaled() local 1475 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled() 1480 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled() 1515 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled() 1520 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled() 1582 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled() 1588 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled() 1620 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled() 1625 nUnRotY = ( pSinX[ nX ] + nCosY ) >> 8; in ImplCreateRotatedScaled() 1692 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 831 long nCosY; in Rotate() local 856 nCosY = pCosY[ nY ]; in Rotate() 861 nRotY = ( pSinX[ nX ] + nCosY ) >> 6; in Rotate()
|
Completed in 23 milliseconds