Home
last modified time | relevance | path

Searched refs:aNewPrefSize (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx458 Size aNewPrefSize; in ImplAssignWithSize() local
462 aNewPrefSize.Width() = FRound( maPrefSize.Width() * aNewSizePix.Width() / aOldSizePix.Width() ); in ImplAssignWithSize()
463aNewPrefSize.Height() = FRound( maPrefSize.Height() * aNewSizePix.Height() / aOldSizePix.Height() … in ImplAssignWithSize()
466 aNewPrefSize = maPrefSize; in ImplAssignWithSize()
470 maPrefSize = aNewPrefSize; in ImplAssignWithSize()

Completed in 31 milliseconds