Lines Matching refs:nRot10
234 const sal_uInt16 nRot10 = rAttr.GetRotation() % 3600; in DrawObj() local
236 if( nRot10 ) in DrawObj()
240 aPoly.Rotate( aPt, nRot10 ); in DrawObj()
496 sal_uInt16 nRot10 = rAttr.GetRotation() % 3600; in ImplCreateOutput() local
502 if( nRot10 ) in ImplCreateOutput()
506 aPoly.Rotate( rPt, nRot10 ); in ImplCreateOutput()
640 if( nRot10 ) in ImplCreateOutput()
647 aOutBmpEx.Rotate( nRot10, COL_TRANSPARENT ); in ImplCreateOutput()
652 nRot10, aOutSzPix, aUnrotatedSzPix, in ImplCreateOutput()
1421 sal_uInt16 nRot10, const Size& /*rOutSzPix*/, const Size& rUnrotatedSzPix, in ImplCreateRotatedScaled() argument
1431 Polygon aPoly( Rectangle( aPt, rUnrotatedSzPix ) ); aPoly.Rotate( Point(), nRot10 ); in ImplCreateRotatedScaled()
1433 const double fCosAngle = cos( nRot10 * F_PI1800 ), fSinAngle = sin( nRot10 * F_PI1800 ); in ImplCreateRotatedScaled()
1557 if( bRet && ( rBmpEx.IsTransparent() || ( nRot10 != 900 && nRot10 != 1800 && nRot10 != 2700 ) ) ) in ImplCreateRotatedScaled()
1963 sal_uInt16 nRot10 = rAttr.GetRotation() % 3600; in ImplDraw() local
1967 if( nRot10 ) in ImplDraw()
1971 aPoly.Rotate( aOutPt, nRot10 ); in ImplDraw()