Searched refs:IntGetClientRect (Results 1 – 9 of 9) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | defwnd.c | 100 IntGetClientRect(pWnd, &Rect); in DefWndHandleWindowPosChanged() 1040 IntGetClientRect(Wnd, &Rect); in IntDefWindowProc() 1106 IntGetClientRect(Wnd, &ClientRect); in IntDefWindowProc()
|
H A D | window.h | 46 VOID FASTCALL IntGetClientRect (PWND WindowObject, RECTL *Rect);
|
H A D | caret.c | 41 IntGetClientRect(pWnd, &rcClient); in co_IntDrawCaret()
|
H A D | scrollex.c | 253 IntGetClientRect(Window, &rcClip); in IntScrollWindowEx()
|
H A D | scrollbar.c | 154 IntGetClientRect(Wnd, lprect); in IntGetScrollBarRect() 182 IntGetClientRect(Wnd, &ClientRect); in IntCalculateThumb()
|
H A D | winpos.c | 92 IntGetClientRect(PWND Wnd, RECTL *Rect) in IntGetClientRect() function 745 IntGetClientRect( parent, &rectParent ); in co_WinPosArrangeIconicWindows() 805 IntGetClientRect( pwndParent, &rectParent ); in WinPosFindIconPos() 966 IntGetClientRect(Window->spwndParent, &rc); in co_WinPosGetMinMaxInfo() 2398 IntGetClientRect(Wnd, &Rect); in co_WinPosSendSizeMove()
|
H A D | painting.c | 1512 IntGetClientRect(Window, &Rect); in IntBeginPaint() 1575 IntGetClientRect(pWnd, &Rect1); in IntFillWindow()
|
H A D | nonclient.c | 329 IntGetClientRect( pWndParent, &mouseRect ); in DefWndDoSizeMove() 1274 IntGetClientRect(Parent, &ParentClientRect); in NC_DoNCPaint()
|
H A D | menu.c | 2606 IntGetClientRect( wnd, &rect ); in MENU_DrawPopupMenu() 3114 IntGetClientRect(pWnd, &rc); in MENU_EnsureMenuItemVisible()
|