Searched refs:aUpdateRect (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 2873 RECTL aUpdateRect; in ImplHandlePaintMsg() local 2874 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aUpdateRect ); in ImplHandlePaintMsg() 2880 …tEvent aPEvt( aUpdateRect.xLeft, pFrame->mnHeight - aUpdateRect.yTop, aUpdateRect.xRight- aUpdateR… in ImplHandlePaintMsg() 2887 WinCopyRect( pFrame->mhAB, pRect, &aUpdateRect ); in ImplHandlePaintMsg()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 4113 RECT aUpdateRect; in ImplHandlePaintMsg() local 4116 CopyRect( &aUpdateRect, &aPs.rcPaint ); in ImplHandlePaintMsg() 4128 …SalPaintEvent aPEvt( aUpdateRect.left, aUpdateRect.top, aUpdateRect.right-aUpdateRect.left, aUpdat… in ImplHandlePaintMsg() 4134 CopyRect( pRect, &aUpdateRect ); in ImplHandlePaintMsg()
|
Completed in 51 milliseconds