HomeSort by: relevance | last modified time | path
    Searched refs:ChangeWindowAttributes (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /xsrc/external/mit/libX11/dist/src/
Backgnd.c 41 GetReqExtra (ChangeWindowAttributes, 4, req);
Border.c 41 GetReqExtra (ChangeWindowAttributes, 4, req);
ChCmap.c 41 GetReqExtra (ChangeWindowAttributes, 4, req);
DefCursor.c 41 GetReqExtra (ChangeWindowAttributes, 4, req);
PmapBgnd.c 40 GetReqExtra (ChangeWindowAttributes, 4, req);
PmapBord.c 40 GetReqExtra (ChangeWindowAttributes, 4, req);
SelInput.c 41 GetReqExtra (ChangeWindowAttributes, 4, req);
UndefCurs.c 41 GetReqExtra (ChangeWindowAttributes, 4, req);
ChWAttrs.c 48 GetReq(ChangeWindowAttributes,req);
  /xsrc/external/mit/xorg-server/dist/composite/
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.old/dist/composite/
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/include/
window.h 124 framework whose ChangeWindowAttributes function conflicts here. */
126 #define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes
128 extern _X_EXPORT int ChangeWindowAttributes(WindowPtr /*pWin */ ,
  /xsrc/external/mit/xorg-server.old/dist/include/
window.h 128 framework whose ChangeWindowAttributes function conflicts here. */
130 #define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes
132 extern _X_EXPORT int ChangeWindowAttributes(
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
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);
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/
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/
winwindow.c 146 WIN_UNWRAP(ChangeWindowAttributes);
147 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask);
148 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesRootless);
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/
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/
uxa.c 393 screen->ChangeWindowAttributes =
514 screen->ChangeWindowAttributes;
515 screen->ChangeWindowAttributes = uxa_change_window_attributes;
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa.c 380 pScreen->ChangeWindowAttributes = uxa_screen->SavedChangeWindowAttributes;
499 uxa_screen->SavedChangeWindowAttributes = screen->ChangeWindowAttributes;
500 screen->ChangeWindowAttributes = uxa_change_window_attributes;
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa.c 430 pScreen->ChangeWindowAttributes =
554 screen->ChangeWindowAttributes;
555 screen->ChangeWindowAttributes = uxa_change_window_attributes;
  /xsrc/external/mit/xorg-server/dist/exa/
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/exa/
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/miext/rootless/
rootlessWindow.c 297 SCREEN_UNWRAP(pScreen, ChangeWindowAttributes);
298 result = pScreen->ChangeWindowAttributes(pWin, vmask);
299 SCREEN_WRAP(pScreen, ChangeWindowAttributes);
306 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient);
462 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient);
1651 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient);

Completed in 16 milliseconds

1 2 3