Searched refs:aNewSizePix (Results 1 – 1 of 1) sorted by relevance
456 const Size aNewSizePix( rBitmap.GetSizePixel() ); in ImplAssignWithSize() local460 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() local773 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() local812 Bitmap aNewBmp( aNewSizePix, GetBitCount(), &pReadAcc->GetPalette() ); in Rotate()824 const long nNewWidth = aNewSizePix.Width(); in Rotate()[all …]
Completed in 40 milliseconds