Searched refs:aBMSize (Results 1 – 1 of 1) sorted by relevance
746 Size aBMSize( maPreviewBitmap.GetSizePixel() ); in AcquirePreview() local747 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