Home
last modified time | relevance | path

Searched refs:aNewSizePix (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx456 const Size aNewSizePix( rBitmap.GetSizePixel() ); in ImplAssignWithSize() local
460 if( ( aOldSizePix != aNewSizePix ) && aOldSizePix.Width() && aOldSizePix.Height() ) in ImplAssignWithSize()
462 aNewPrefSize.Width() = FRound( maPrefSize.Width() * aNewSizePix.Width() / aOldSizePix.Width() ); in ImplAssignWithSize()
772 const Size aNewSizePix( aSizePix.Height(), aSizePix.Width() ); in Rotate() local
773 Bitmap aNewBmp( aNewSizePix, GetBitCount(), &pReadAcc->GetPalette() ); in Rotate()
782 const long nNewWidth = aNewSizePix.Width(); in Rotate()
783 const long nNewHeight = aNewSizePix.Height(); in Rotate()
811 const Size aNewSizePix( aNewBound.GetSize() ); in Rotate() local
812 Bitmap aNewBmp( aNewSizePix, GetBitCount(), &pReadAcc->GetPalette() ); in Rotate()
824 const long nNewWidth = aNewSizePix.Width(); in Rotate()
[all …]

Completed in 18 milliseconds