| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Backgnd.c | 41 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | Border.c | 41 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | ChCmap.c | 41 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | DefCursor.c | 41 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | PmapBgnd.c | 40 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | PmapBord.c | 40 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | SelInput.c | 41 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | UndefCurs.c | 41 GetReqExtra (ChangeWindowAttributes, 4, req);
|
| H A D | ChWAttrs.c | 48 GetReq(ChangeWindowAttributes,req);
|
| /xsrc/external/mit/xorg-server.old/dist/composite/ |
| H A D | compinit.c | 65 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; 115 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; 116 ret = pScreen->ChangeWindowAttributes(pWin, mask); 130 pScreen->ChangeWindowAttributes = compChangeWindowAttributes; 396 cs->ChangeWindowAttributes = pScreen->ChangeWindowAttributes; 397 pScreen->ChangeWindowAttributes = compChangeWindowAttributes;
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compinit.c | 65 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; 125 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; 126 ret = pScreen->ChangeWindowAttributes(pWin, mask); 132 pScreen->ChangeWindowAttributes = compChangeWindowAttributes; 406 cs->ChangeWindowAttributes = pScreen->ChangeWindowAttributes; 407 pScreen->ChangeWindowAttributes = compChangeWindowAttributes;
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | window.h | 124 framework whose ChangeWindowAttributes function conflicts here. */ 126 #define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes macro 128 extern _X_EXPORT int ChangeWindowAttributes(WindowPtr /*pWin */ ,
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | window.h | 128 framework whose ChangeWindowAttributes function conflicts here. */ 130 #define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes macro 132 extern _X_EXPORT int ChangeWindowAttributes(
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwindow.c | 228 WIN_UNWRAP(ChangeWindowAttributes); 229 fResult = (*pScreen->ChangeWindowAttributes)(pWin, mask); 230 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesNativeGDI); 385 WIN_UNWRAP(ChangeWindowAttributes); 386 fResult = (*pScreen->ChangeWindowAttributes)(pWin, mask); 387 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesRootless);
|
| H A D | winmultiwindowwindow.c | 273 * ChangeWindowAttributes - See Porting Layer Definition - p. 37 287 WIN_UNWRAP(ChangeWindowAttributes); 288 fResult = (*pScreen->ChangeWindowAttributes)(pWin, mask); 289 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesMultiWindow);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaInit.c | 162 pScreenPriv->ChangeWindowAttributes = pScreen->ChangeWindowAttributes; 163 pScreen->ChangeWindowAttributes = XAAChangeWindowAttributes; 228 pScreen->ChangeWindowAttributes = pScreenPriv->ChangeWindowAttributes; 481 XAA_SCREEN_PROLOGUE (pScreen, ChangeWindowAttributes); 482 ret = (*pScreen->ChangeWindowAttributes) (pWin, mask); 483 XAA_SCREEN_EPILOGUE (pScreen, ChangeWindowAttributes, XAAChangeWindowAttributes);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwindow.c | 146 WIN_UNWRAP(ChangeWindowAttributes); 147 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask); 148 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesRootless);
|
| H A D | winscrinit.c | 385 WRAP(ChangeWindowAttributes); 392 /*pScreen->ChangeWindowAttributes = winChangeWindowAttributesRootless; */ 418 WRAP(ChangeWindowAttributes); 431 /*pScreen->ChangeWindowAttributes = winChangeWindowAttributesMultiWindow; */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.c | 393 screen->ChangeWindowAttributes = 514 screen->ChangeWindowAttributes; 515 screen->ChangeWindowAttributes = uxa_change_window_attributes;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.c | 393 screen->ChangeWindowAttributes = 514 screen->ChangeWindowAttributes; 515 screen->ChangeWindowAttributes = uxa_change_window_attributes;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.c | 430 pScreen->ChangeWindowAttributes = 554 screen->ChangeWindowAttributes; 555 screen->ChangeWindowAttributes = uxa_change_window_attributes;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.c | 380 pScreen->ChangeWindowAttributes = uxa_screen->SavedChangeWindowAttributes; 499 uxa_screen->SavedChangeWindowAttributes = screen->ChangeWindowAttributes; 500 screen->ChangeWindowAttributes = uxa_change_window_attributes;
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa.c | 659 swap(pExaScr, pScreen, ChangeWindowAttributes); 660 ret = pScreen->ChangeWindowAttributes(pWin, mask); 661 swap(pExaScr, pScreen, ChangeWindowAttributes); 796 unwrap(pExaScr, pScreen, ChangeWindowAttributes); 955 wrap(pExaScr, pScreen, ChangeWindowAttributes, exaChangeWindowAttributes);
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa.c | 629 swap(pExaScr, pScreen, ChangeWindowAttributes); 630 ret = pScreen->ChangeWindowAttributes(pWin, mask); 631 swap(pExaScr, pScreen, ChangeWindowAttributes); 763 unwrap(pExaScr, pScreen, ChangeWindowAttributes); 923 wrap(pExaScr, pScreen, ChangeWindowAttributes, exaChangeWindowAttributes);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 294 SCREEN_UNWRAP(pScreen, ChangeWindowAttributes); 295 result = pScreen->ChangeWindowAttributes(pWin, vmask); 296 SCREEN_WRAP(pScreen, ChangeWindowAttributes); 302 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); 461 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); 1628 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient);
|