Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx819 const double fSinAngle = sin( nAngle10 * F_PI1800 ); in Rotate() local
842 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in Rotate()
850 pSinY[ nY ] = FRound( fSinAngle * fTmp ); in Rotate()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1433 const double fCosAngle = cos( nRot10 * F_PI1800 ), fSinAngle = sin( nRot10 * F_PI1800 ); in ImplCreateRotatedScaled() local
1451 pSinX[ nX ] = FRound( fSinAngle * fTmp ); in ImplCreateRotatedScaled()
1458 pSinY[ nY ] = FRound( fSinAngle * fTmp ); in ImplCreateRotatedScaled()

Completed in 31 milliseconds