Home
last modified time | relevance | path

Searched refs:nRot10 (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr2.cxx234 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
[all …]
H A Dgrfmgr.cxx331 const sal_uInt16 nRot10 = pAttr->GetRotation() % 3600; in ImplGetCropParams() local
342 if( nRot10 ) in ImplGetCropParams()
344 aClipPoly.Rotate( rPt, nRot10 ); in ImplGetCropParams()
388 if( nRot10 ) in ImplGetCropParams()
393 aOriginPoly.Rotate( aOldOrigin, nRot10 ); in ImplGetCropParams()
/AOO42X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx535 … sal_uInt16 nRot10, const Size& rOutSzPix, const Size& rUntSzPix,