Searched refs:pWinPriv (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c74 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxCreateRootWindow
98 if (pWinPriv->attribMask) {
99 dmxDoChangeWindowAttributes(pWindow, &pWinPriv->attribMask, &attribs);
100 mask |= pWinPriv->attribMask;
146 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pRoot); local in function:dmxResizeRootWindow
158 XConfigureWindow(dmxScreen->beDisplay, pWinPriv->window, m, &c);
162 if (pWinPriv->mapped) {
164 XUnmapWindow(dmxScreen->beDisplay, pWinPriv->window);
165 pWinPriv->mapped = FALSE;
167 } else if (!pWinPriv
212 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxCreateNonRootWindow
283 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxCreateAndRealizeWindow
304 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxCreateWindow
378 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxBEDestroyWindow
398 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxDestroyWindow
429 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxPositionWindow
565 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxChangeWindowAttributes
600 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxRealizeWindow
639 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxUnrealizeWindow
673 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxDoRestackWindow
721 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxRestackWindow
757 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxWindowExposures
792 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxCopyWindow
834 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxResizeWindow
877 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxReparentWindow
908 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxChangeBorderWidth
936 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxDoSetShape
1000 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxSetShape
[all...]
H A Ddmxextension.c107 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxGetWindowAttributes
110 attr->window = pWinPriv->window;
117 if (!pWinPriv->window || pWinPriv->offscreen) {
122 return pWinPriv->window ? TRUE : FALSE;
285 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWindow); local in function:dmxForceWindowCreation
286 if (!pWinPriv->window) dmxCreateAndRealizeWindow(pWindow, TRUE);
919 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pRoot); local in function:dmxBECreateWindowTree
933 dmxScreen->rootWin = pWinPriv->window = dmxCreateRootWindow(pRoot);
938 pWinPriv
[all...]
H A Ddmxgcops.c60 dmxWinPrivPtr pWinPriv = \
62 (_draw) = (Drawable)pWinPriv->window; \
H A Ddmxpict.c717 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV((WindowPtr)(pDraw)); local in function:dmxDoCreatePicture
719 if (!(draw = pWinPriv->window)) {
724 pWinPriv->hasPict = TRUE;
737 * detached because the pWinPriv->window or the pPixPriv->pixmap
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dwinpriv.c46 if (pWinPriv == NULL) {
51 if (pWinPriv->hWnd == NULL) {
56 if (pWinPriv->hWnd != NULL) {
58 hwnd = pWinPriv->hWnd;
61 pWinPriv->fWglUsed = TRUE;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowshape.c105 if (pWinPriv->hWnd == NULL)
109 if (pWinPriv->hRgn != NULL) {
110 DeleteObject(pWinPriv->hRgn);
111 pWinPriv->hRgn = NULL;
132 if (!GetClientRect(pWinPriv->hWnd, &rcClient)) {
140 ClientToScreen(pWinPriv->hWnd, (LPPOINT) &rcClient);
143 if (!GetWindowRect(pWinPriv->hWnd, &rcWindow)) {
193 pWinPriv->hRgn = hRgn;
H A Dwinwindow.c72 pWinPriv->hRgn = NULL;
97 if (pWinPriv->hRgn != NULL) {
98 DeleteObject(pWinPriv->hRgn);
99 pWinPriv->hRgn = NULL;
176 if (pWinPriv->hRgn != NULL) {
177 DeleteObject(pWinPriv->hRgn);
178 pWinPriv->hRgn = NULL;
270 if (pWinPriv->hRgn) {
271 if (CombineRgn(hRgnWin, hRgnWin, pWinPriv->hRgn, RGN_AND)
336 if (pWinPriv
[all...]
H A Dwinkeyhook.c65 winPrivWinPtr pWinPriv = NULL; local in function:winKeyboardMessageHookLL
72 pWinPriv = winGetWindowPriv(pWin);
75 pScreenPriv = pWinPriv->pScreenPriv;
H A Dwinmultiwindowwindow.c117 pWinPriv->hRgn = NULL;
118 pWinPriv->hWnd = NULL;
119 pWinPriv->pScreenPriv = winGetScreenPriv(pWin->drawable.pScreen);
120 pWinPriv->fXKilled = FALSE;
122 pWinPriv->fWglUsed = FALSE;
150 pWinPriv->fXKilled = TRUE;
176 HWND hWnd = pWinPriv->hWnd;
328 pWinPriv->fXKilled = TRUE;
359 pWinPriv->fXKilled = FALSE;
432 if (!pWinPriv || !pWinPri
[all...]
H A Dwinmultiwindowwndproc.c420 winPrivWinPtr pWinPriv = NULL; local in function:winTopLevelWindowProc
461 pWinPriv = winGetWindowPriv(pWin);
464 s_pScreenPriv = pWinPriv->pScreenPriv;
502 ErrorF("pWinPriv %08X\n", pWinPriv);
580 if (pWinPriv->fWglUsed) {
931 if (pWinPriv->fXKilled) {
946 if (pWinPriv && !pWinPriv->fXKilled) {
1191 pWinPriv
[all...]
H A Dwinprefs.c178 winPrivWinPtr pWinPriv = winGetWindowPriv(pWin); local in function:ReloadEnumWindowsProc
179 winPrivScreenPtr s_pScreenPriv = pWinPriv->pScreenPriv;
H A Dwinshadgdi.c815 winPrivWinPtr pWinPriv = winGetWindowPriv(pWin); local in function:winBltExposedWindowRegionShadowGDI
817 HWND hWnd = pWinPriv->hWnd;
H A Dwin.h637 winPrivWinPtr pWinPriv = winGetWindowPriv(pWin)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowshape.c106 if (pWinPriv->hWnd == NULL)
110 if (pWinPriv->hRgn != NULL)
112 DeleteObject (pWinPriv->hRgn);
113 pWinPriv->hRgn = NULL;
135 if (!GetClientRect (pWinPriv->hWnd, &rcClient))
144 ClientToScreen (pWinPriv->hWnd, (LPPOINT) &rcClient);
147 if (!GetWindowRect (pWinPriv->hWnd, &rcWindow))
202 pWinPriv->hRgn = hRgn;
H A Dwinmultiwindowwindow.c109 pWinPriv->hRgn = NULL;
110 pWinPriv->hWnd = NULL;
111 pWinPriv->pScreenPriv = winGetScreenPriv(pWin->drawable.pScreen);
112 pWinPriv->fXKilled = FALSE;
139 pWinPriv->fXKilled = TRUE;
165 HWND hWnd = pWinPriv->hWnd;
321 pWinPriv->fXKilled = TRUE;
352 pWinPriv->fXKilled = FALSE;
423 if (!pWinPriv || !pWinPriv
787 winPrivWinPtr pWinPriv; local in function:winMinimizeWindow
[all...]
H A Dwinwindow.c309 pWinPriv->hRgn = NULL;
334 if (pWinPriv->hRgn != NULL)
336 DeleteObject(pWinPriv->hRgn);
337 pWinPriv->hRgn = NULL;
415 if (pWinPriv->hRgn != NULL)
417 DeleteObject(pWinPriv->hRgn);
418 pWinPriv->hRgn = NULL;
513 if (pWinPriv->hRgn)
515 if (CombineRgn (hRgnWin, hRgnWin, pWinPriv->hRgn, RGN_AND)
586 if (pWinPriv
[all...]
H A Dwinkeyhook.c69 winPrivWinPtr pWinPriv = NULL; local in function:winKeyboardMessageHookLL
77 pWinPriv = winGetWindowPriv(pWin);
80 pScreenPriv = pWinPriv->pScreenPriv;
H A Dwinmultiwindowwndproc.c313 winPrivWinPtr pWinPriv = NULL; local in function:winTopLevelWindowProc
339 pWinPriv = winGetWindowPriv(pWin);
342 s_pScreenPriv = pWinPriv->pScreenPriv;
380 ErrorF ("pWinPriv %08X\n", pWinPriv);
822 if (pWinPriv->fXKilled)
839 if (pWinPriv && !pWinPriv->fXKilled)
1014 if (!GetProp (pWinPriv->hWnd, WIN_NEEDMANAGE_PROP))
H A Dwinmultiwindowicons.c544 if (pWinPriv->hWnd) {
558 hIconOld = (HICON) SendMessage (pWinPriv->hWnd,
565 hIconOld = (HICON) SendMessage (pWinPriv->hWnd,
H A Dwinshadddnl.c588 winPrivScreenPtr pScreenPriv = pWinPriv->pScreenPriv;
613 &pWinPriv->pddsPrimary4,
H A Dwin.h747 winPrivWinPtr pWinPriv = winGetWindowPriv(pWin)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwinpriv.c48 if (pWinPriv == NULL)
54 if (pWinPriv->hWnd == NULL)
60 if (pWinPriv->hWnd != NULL)
63 hwnd = pWinPriv->hWnd;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxswap.c127 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWin); local in function:SGSwapBuffers
128 SwapGroupPtr pSwap = pWinPriv->swapGroup;
163 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWin); local in function:SGWindowUnmapped
164 SwapGroupPtr pSwap = pWinPriv->swapGroup;
233 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWin); local in function:JoinSwapGroupSGIX
239 for (pEntry = pWinPriv->swapGroup; pEntry; pEntry = pEntry->pNext)
244 if (pWinPriv->swapGroup) {
245 SwapGroupPtr pSwapGroup = pWinPriv->swapGroup;
250 for (pOldSwap = pWinPriv->swapGroup, pPrev = NULL;
289 pWinPriv
516 dmxWinPrivPtr pWinPriv = DMX_GET_WINDOW_PRIV(pWin); local in function:BindSwapBarrierSGIX
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmioverlay.c184 miOverlayWindowPtr pWinPriv = MIOVERLAY_GET_WINDOW_PRIVATE(pWin); local in function:miOverlayCreateWindow
188 pWinPriv->tree = NULL;
205 pWinPriv->tree = pTree;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmioverlay.c183 miOverlayWindowPtr pWinPriv = MIOVERLAY_GET_WINDOW_PRIVATE(pWin); local in function:miOverlayCreateWindow
187 pWinPriv->tree = NULL;
204 pWinPriv->tree = pTree;

Completed in 39 milliseconds