Home
last modified time | relevance | path

Searched refs:_rBitmapSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/control/
H A Dimgctrl.cxx72 static Size lcl_calcPaintSize( const Rectangle& _rPaintRect, const Size& _rBitmapSize ) in lcl_calcPaintSize() argument
76 const double nRatioX = 1.0 * aPaintSize.Width() / _rBitmapSize.Width(); in lcl_calcPaintSize()
77 const double nRatioY = 1.0 * aPaintSize.Height() / _rBitmapSize.Height(); in lcl_calcPaintSize()
80 …return Size( long( _rBitmapSize.Width() * nRatioMin ), long( _rBitmapSize.Height() * nRatioMin ) ); in lcl_calcPaintSize()

Completed in 11 milliseconds