Searched refs:aNewBound (Results 1 – 3 of 3) sorted by relevance
810 Rectangle aNewBound( aPoly.GetBoundRect() ); in Rotate() local811 const Size aNewSizePix( aNewBound.GetSize() ); in Rotate()820 const double fXMin = aNewBound.Left(); in Rotate()821 const double fYMin = aNewBound.Top(); in Rotate()
1034 const Rectangle aNewBound( aPoly.GetBoundRect() ); in Rotate() local1037 const Size aOffset( -aNewBound.Left(), -aNewBound.Top() ); in Rotate()1469 aMtf.aPrefSize = aNewBound.GetSize(); in Rotate()
1432 Rectangle aNewBound( aPoly.GetBoundRect() ); in ImplCreateRotatedScaled() local1448 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 44 milliseconds