Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/dlg/
H A Dvectdlg.cxx105 Rectangle SdVectorizeDlg::GetRect( const Size& rDispSize, const Size& rBmpSize ) const in GetRect() argument
109 if( rBmpSize.Width() && rBmpSize.Height() && rDispSize.Width() && rDispSize.Height() ) in GetRect()
113 const double fWinWH = (double) rDispSize.Width() / rDispSize.Height(); in GetRect()
117 aBmpSize.Width() = (long) ( rDispSize.Height() * fGrfWH ); in GetRect()
118 aBmpSize.Height()= rDispSize.Height(); in GetRect()
122 aBmpSize.Width() = rDispSize.Width(); in GetRect()
123 aBmpSize.Height()= (long) ( rDispSize.Width() / fGrfWH); in GetRect()
126 const Point aBmpPos( ( rDispSize.Width() - aBmpSize.Width() ) >> 1, in GetRect()
127 ( rDispSize.Height() - aBmpSize.Height() ) >> 1 ); in GetRect()
/aoo42x/main/sd/source/ui/inc/
H A Dvectdlg.hxx82 Rectangle GetRect( const Size& rDispSize, const Size& rBmpSize ) const;

Completed in 11 milliseconds