Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx746 Size aBMSize( maPreviewBitmap.GetSizePixel() ); in AcquirePreview() local
747 if( aBMSize.Width() > aBMSize.Height() ) in AcquirePreview()
749 int nVHeight = (maBottomRight.X() - maTopLeft.X()) * aBMSize.Height() / aBMSize.Width(); in AcquirePreview()
756 int nVWidth = (maBottomRight.Y() - maTopLeft.Y()) * aBMSize.Width() / aBMSize.Height(); in AcquirePreview()

Completed in 16 milliseconds