Home
last modified time | relevance | path

Searched refs:nCosY (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx831 long nCosY; in Rotate() local
856 nCosY = pCosY[ nY ]; in Rotate()
861 nRotY = ( pSinX[ nX ] + nCosY ) >> 6; in Rotate()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1443 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 …]

Completed in 29 milliseconds