Lines Matching refs:hwnd
198 ValidateSizing(HWND hwnd, WindowPtr pWin, WPARAM wParam, LPARAM lParam) in ValidateSizing() argument
232 ClientToScreen(hwnd, &pt); in ValidateSizing()
328 winMWExtWMWindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in winMWExtWMWindowProc() argument
345 (win32RootlessWindowPtr) GetProp(hwnd, WIN_WINDOW_PROP)) != NULL) { in winMWExtWMWindowProc()
356 winDebugWin32Message("winMWExtWMWindowProc", hwnd, message, wParam, in winMWExtWMWindowProc()
359 winDebug("\thWnd %p\n", hwnd); in winMWExtWMWindowProc()
374 SetProp(hwnd, in winMWExtWMWindowProc()
385 DestroyWindow(hwnd); in winMWExtWMWindowProc()
419 RemoveProp(hwnd, WIN_WINDOW_PROP); in winMWExtWMWindowProc()
431 ClientToScreen(hwnd, &ptMouse); in winMWExtWMWindowProc()
455 tme.hwndTrack = hwnd; in winMWExtWMWindowProc()
530 SetCapture(hwnd); in winMWExtWMWindowProc()
549 SetCapture(hwnd); in winMWExtWMWindowProc()
568 SetCapture(hwnd); in winMWExtWMWindowProc()
584 SetCapture(hwnd); in winMWExtWMWindowProc()
695 hdcUpdate = BeginPaint(hwnd, &ps); in winMWExtWMWindowProc()
721 EndPaint(hwnd, &ps); in winMWExtWMWindowProc()
778 GetWindowPlacement(hwnd, &windPlace); in winMWExtWMWindowProc()
814 return ValidateSizing(hwnd, pWin, wParam, lParam); in winMWExtWMWindowProc()
845 if (IsIconic(hwnd)) { in winMWExtWMWindowProc()
856 else if (IsZoomed(hwnd)) { in winMWExtWMWindowProc()
881 GetClientRect(hwnd, &rcClient); in winMWExtWMWindowProc()
882 MapWindowPoints(hwnd, HWND_DESKTOP, (LPPOINT) &rcClient, 2); in winMWExtWMWindowProc()
1061 GetClientRect(hwnd, &rcClient); in winMWExtWMWindowProc()
1063 MapWindowPoints(hwnd, HWND_DESKTOP, (LPPOINT) &rcClient, 2); in winMWExtWMWindowProc()
1079 return DefWindowProc(hwnd, message, wParam, lParam); in winMWExtWMWindowProc()