Searched refs:hWndClipTo (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/embedserv/source/embed/ |
H A D | tracker.cxx | 337 HWND hWndClipTo) in Track() argument 350 return TrackHandle(nHandle, hWnd, point, hWndClipTo); in Track() 367 if (hWndClipTo != NULL) in TrackHandle() 368 UpdateWindow(hWndClipTo); in TrackHandle() 380 if (hWndClipTo != NULL) in TrackHandle() 383 hDrawDC = GetDCEx(hWndClipTo,NULL, DCX_CACHE); in TrackHandle() 431 DrawTrackerRect(&rectOld,hWndClipTo,hDrawDC,hWnd); in TrackHandle() 443 DrawTrackerRect(&m_rect,hWndClipTo,hDrawDC,hWnd); in TrackHandle() 455 DrawTrackerRect(&m_rect, hWndClipTo, hDrawDC, hWnd); in TrackHandle() 468 if (hWndClipTo != NULL) in TrackHandle() [all …]
|
/aoo41x/main/embedserv/source/inc/ |
H A D | syswinwrapper.hxx | 100 HWND hWndClipTo = NULL); 107 LPRECT lpRect, HWND hWndClipTo, 130 BOOL TrackHandle(int nHandle,HWND hWnd,POINT point,HWND hWndClipTo);
|
Completed in 17 milliseconds