Lines Matching refs:pWin
198 ValidateSizing(HWND hwnd, WindowPtr pWin, WPARAM wParam, LPARAM lParam) in ValidateSizing() argument
206 if (pWin == NULL || lParam == 0) { in ValidateSizing()
212 if (!winMultiWindowGetWMNormalHints(pWin, &sizeHints)) { in ValidateSizing()
279 IsMouseActive(WindowPtr pWin) in IsMouseActive() argument
289 if (!pWin) { in IsMouseActive()
295 pwin = (struct _Window *) pWin; in IsMouseActive()
311 if (pWin != pRoot) { in IsMouseActive()
330 WindowPtr pWin = NULL; in winMWExtWMWindowProc() local
346 pWin = pRLWinPriv->pFrame->win; in winMWExtWMWindowProc()
347 pScreen = pWin->drawable.pScreen; in winMWExtWMWindowProc()
392 pWin->drawable.id, 0, 0, 0, 0); in winMWExtWMWindowProc()
616 if (!IsMouseActive(pWin)) in winMWExtWMWindowProc()
733 pWin->drawable.id, 0, 0, 0, 0); in winMWExtWMWindowProc()
792 winMWExtWMMoveXWindow(pWin, (LOWORD(lParam) - wBorderWidth(pWin) in winMWExtWMWindowProc()
794 (HIWORD(lParam) - wBorderWidth(pWin) in winMWExtWMWindowProc()
814 return ValidateSizing(hwnd, pWin, wParam, lParam); in winMWExtWMWindowProc()
854 pWin->drawable.id, 0, 0, 0, 0); in winMWExtWMWindowProc()
864 pWin->drawable.id, 0, 0, 0, 0); in winMWExtWMWindowProc()
874 pWin->drawable.id, 0, 0, 0, 0); in winMWExtWMWindowProc()
890 winMWExtWMMoveResizeXWindow(pWin, in winMWExtWMWindowProc()
892 wBorderWidth(pWin) in winMWExtWMWindowProc()
897 wBorderWidth(pWin) in winMWExtWMWindowProc()
902 wBorderWidth(pWin) * 2, in winMWExtWMWindowProc()
904 wBorderWidth(pWin) * 2); in winMWExtWMWindowProc()
911 winMWExtWMMoveResizeXWindow(pWin, in winMWExtWMWindowProc()
913 wBorderWidth(pWin) in winMWExtWMWindowProc()
918 wBorderWidth(pWin) in winMWExtWMWindowProc()
923 wBorderWidth(pWin) * 2, in winMWExtWMWindowProc()
925 wBorderWidth(pWin) * 2); in winMWExtWMWindowProc()
932 winMWExtWMMoveXWindow(pWin, in winMWExtWMWindowProc()
933 rcClient.left - wBorderWidth(pWin) in winMWExtWMWindowProc()
935 rcClient.top - wBorderWidth(pWin) in winMWExtWMWindowProc()
944 winMWExtWMResizeXWindow(pWin, in winMWExtWMWindowProc()
946 - wBorderWidth(pWin) * 2, in winMWExtWMWindowProc()
948 - wBorderWidth(pWin) * 2); in winMWExtWMWindowProc()
982 pWin->drawable.id, in winMWExtWMWindowProc()
994 pWin->drawable.id, in winMWExtWMWindowProc()
1006 pWin->drawable.id, in winMWExtWMWindowProc()
1013 winMWExtWMResizeXWindow(pWin, (short) LOWORD(lParam) in winMWExtWMWindowProc()
1014 - wBorderWidth(pWin) * 2, in winMWExtWMWindowProc()
1016 - wBorderWidth(pWin) * 2); in winMWExtWMWindowProc()
1029 pWin->drawable.id, 0, 0, 0, 0); in winMWExtWMWindowProc()
1036 pWin->drawable.id, 0, 0, 0, 0); in winMWExtWMWindowProc()
1065 winMWExtWMMoveResizeXWindow(pWin, rcClient.left - wBorderWidth(pWin) in winMWExtWMWindowProc()
1067 rcClient.top - wBorderWidth(pWin) in winMWExtWMWindowProc()
1070 - wBorderWidth(pWin) * 2, in winMWExtWMWindowProc()
1072 - wBorderWidth(pWin) * 2); in winMWExtWMWindowProc()