Searched refs:theWndSize (Results 1 – 1 of 1) sorted by relevance
1005 Size theWndSize = GetSizePixel(); in DoPaint() local1031 aVD.SetOutputSizePixel( theWndSize ); in DoPaint()1034 aVD.DrawRect( Rectangle( Point(0,0), theWndSize ) ); in DoPaint()1036 aCenterPos = Point( (theWndSize.Width() - aPrvSize.Width() ) / 2, in DoPaint()1037 (theWndSize.Height() - aPrvSize.Height()) / 2 ); in DoPaint()1043 DrawBitmap( Point(0,0), aVD.GetBitmap( Point(0,0), theWndSize ) ); in DoPaint()
Completed in 10 milliseconds