Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx818 const double fCosAngle = cos( nAngle10 * F_PI1800 ); in Rotate() local
841 pCosX[ nX ] = FRound( fCosAngle * fTmp ); in Rotate()
849 pCosY[ nY ] = FRound( fCosAngle * 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
1450 pCosX[ nX ] = FRound( fCosAngle * ( fTmp = nTmpX++ << 8 ) ); in ImplCreateRotatedScaled()
1457 pCosY[ nY ] = FRound( fCosAngle * ( fTmp = nTmpY++ << 8 ) ); in ImplCreateRotatedScaled()

Completed in 26 milliseconds