Lines Matching refs:aNewSizePix
456 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()
463 …aNewPrefSize.Height() = FRound( maPrefSize.Height() * aNewSizePix.Height() / aOldSizePix.Height() … 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()
825 const long nNewHeight = aNewSizePix.Height(); in Rotate()