Lines Matching refs:aSWP
129 SWP aSWP; in copyArea() local
131 WinQueryWindowPos( mhWnd, &aSWP ); in copyArea()
132 aVCLClipRect.Right() = aSWP.cx-1; in copyArea()
133 aVCLClipRect.Bottom() = aSWP.cy-1; in copyArea()
222 WinQueryWindowPos( hWnd, &aSWP ); in copyArea()
223 if ( !(aSWP.fl & SWP_MINIMIZE) ) in copyArea()
225 aVCLClipRect = Rectangle( Point( aSWP.x, aSWP.y ), Size( aSWP.cx, aSWP.cy ) ); in copyArea()
230 aTempRect.xLeft = aSWP.x; in copyArea()
231 aTempRect.yBottom = aSWP.y; in copyArea()
232 aTempRect.xRight = aTempRect.xLeft+aSWP.cx; in copyArea()
233 aTempRect.yTop = aTempRect.yBottom+aSWP.cy; in copyArea()