Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx181 SWP aSWP; in _WinSetWindowPos() local
182 WinQueryWindowPos( pFrame->mhWndFrame, &aSWP); in _WinSetWindowPos()
183 nX = aSWP.x; in _WinSetWindowPos()
184 nY = aSWP.y - (cy + 2*frameFrameY + frameCaptionY - aSWP.cy); in _WinSetWindowPos()
256 SWP aSWP; in dumpWindowInfo() local
261 _WinQueryWindowPos( hwnd, &aSWP ); in dumpWindowInfo()
265 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
267 _WinQueryWindowPos( hwnd2, &aSWP ); in dumpWindowInfo()
271 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
273 _WinQueryWindowPos( hwnd2, &aSWP ); in dumpWindowInfo()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx129 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()
[all …]