Searched refs:rDispSize (Results 1 – 2 of 2) sorted by relevance
105 Rectangle SdVectorizeDlg::GetRect( const Size& rDispSize, const Size& rBmpSize ) const in GetRect() argument109 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()
82 Rectangle GetRect( const Size& rDispSize, const Size& rBmpSize ) const;
Completed in 13 milliseconds