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

123

/xsrc/external/mit/libX11/dist/src/
H A DBackgnd.c41 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DBorder.c41 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DChCmap.c41 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DDefCursor.c41 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DPmapBgnd.c40 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DPmapBord.c40 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DSelInput.c41 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DUndefCurs.c41 GetReqExtra (ChangeWindowAttributes, 4, req);
H A DChWAttrs.c48 GetReq(ChangeWindowAttributes,req);
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c65 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 Dcompinit.c65 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 Dwindow.h124 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 Dwindow.h128 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 Dwinwindow.c228 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 Dwinmultiwindowwindow.c273 * 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 DxaaInit.c162 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 Dwinwindow.c146 WIN_UNWRAP(ChangeWindowAttributes);
147 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask);
148 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesRootless);
H A Dwinscrinit.c385 WRAP(ChangeWindowAttributes);
392 /*pScreen->ChangeWindowAttributes = winChangeWindowAttributesRootless; */
418 WRAP(ChangeWindowAttributes);
431 /*pScreen->ChangeWindowAttributes = winChangeWindowAttributesMultiWindow; */
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c393 screen->ChangeWindowAttributes =
514 screen->ChangeWindowAttributes;
515 screen->ChangeWindowAttributes = uxa_change_window_attributes;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c393 screen->ChangeWindowAttributes =
514 screen->ChangeWindowAttributes;
515 screen->ChangeWindowAttributes = uxa_change_window_attributes;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c430 pScreen->ChangeWindowAttributes =
554 screen->ChangeWindowAttributes;
555 screen->ChangeWindowAttributes = uxa_change_window_attributes;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c380 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 Dexa.c659 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 Dexa.c629 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 DrootlessWindow.c294 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);

Completed in 23 milliseconds

123