Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx810 Rectangle aNewBound( aPoly.GetBoundRect() ); in Rotate() local
811 const Size aNewSizePix( aNewBound.GetSize() ); in Rotate()
820 const double fXMin = aNewBound.Left(); in Rotate()
821 const double fYMin = aNewBound.Top(); in Rotate()
H A Dgdimtf.cxx1034 const Rectangle aNewBound( aPoly.GetBoundRect() ); in Rotate() local
1037 const Size aOffset( -aNewBound.Left(), -aNewBound.Top() ); in Rotate()
1469 aMtf.aPrefSize = aNewBound.GetSize(); in Rotate()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1432 Rectangle aNewBound( aPoly.GetBoundRect() ); in ImplCreateRotatedScaled() local
1448 for( nX = 0L, nTmpX = aNewBound.Left() + nStartX; nX < nDstW; nX++ ) in ImplCreateRotatedScaled()
1455 for( nY = 0L, nTmpY = aNewBound.Top() + nStartY; nY < nDstH; nY++ ) in ImplCreateRotatedScaled()

Completed in 46 milliseconds