Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1443 long nX, nY, nTmpX, nTmpY, nTmpFX, nTmpFY, nUnRotX, nUnRotY, nSinY, nCosY; in ImplCreateRotatedScaled() local
1474 nSinY = pSinY[ nY ]; in ImplCreateRotatedScaled()
1479 nUnRotX = ( pCosX[ nX ] - nSinY ) >> 8; in ImplCreateRotatedScaled()
1514 nSinY = pSinY[ nY ]; in ImplCreateRotatedScaled()
1519 nUnRotX = ( pCosX[ nX ] - nSinY ) >> 8; in ImplCreateRotatedScaled()
1582 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()
1587 nUnRotX = ( pCosX[ nX ] - nSinY ) >> 8; in ImplCreateRotatedScaled()
1620 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()
1624 nUnRotX = ( pCosX[ nX ] - nSinY ) >> 8; in ImplCreateRotatedScaled()
1691 nSinY = pSinY[ nY ]; in ImplCreateRotatedScaled()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx830 long nSinY; in Rotate() local
855 nSinY = pSinY[ nY ]; in Rotate()
860 nRotX = ( pCosX[ nX ] - nSinY ) >> 6; in Rotate()

Completed in 40 milliseconds