Home
last modified time | relevance | path

Searched refs:pCosY (Results 1 – 2 of 2) sorted by path

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1441 long* pCosY = new long[ nDstH ]; in ImplCreateRotatedScaled() local
1457 pCosY[ nY ] = FRound( fCosAngle * ( fTmp = nTmpY++ << 8 ) ); in ImplCreateRotatedScaled()
1475 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()
1515 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()
1582 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()
1620 nSinY = pSinY[ nY ], nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()
1692 nCosY = pCosY[ nY ]; in ImplCreateRotatedScaled()
1742 delete[] pCosY; in ImplCreateRotatedScaled()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx834 long* pCosY = new long[ nNewHeight ]; in Rotate() local
849 pCosY[ nY ] = FRound( fCosAngle * fTmp ); in Rotate()
856 nCosY = pCosY[ nY ]; in Rotate()
873 delete[] pCosY; in Rotate()

Completed in 29 milliseconds