Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2869 RECTL aUpdateRect; in ImplHandlePaintMsg() local
2870 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aUpdateRect ); in ImplHandlePaintMsg()
2876 …tEvent aPEvt( aUpdateRect.xLeft, pFrame->mnHeight - aUpdateRect.yTop, aUpdateRect.xRight- aUpdateR… in ImplHandlePaintMsg()
2883 WinCopyRect( pFrame->mhAB, pRect, &aUpdateRect ); in ImplHandlePaintMsg()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx4107 RECT aUpdateRect; in ImplHandlePaintMsg() local
4110 CopyRect( &aUpdateRect, &aPs.rcPaint ); in ImplHandlePaintMsg()
4122 …SalPaintEvent aPEvt( aUpdateRect.left, aUpdateRect.top, aUpdateRect.right-aUpdateRect.left, aUpdat… in ImplHandlePaintMsg()
4128 CopyRect( pRect, &aUpdateRect ); in ImplHandlePaintMsg()