| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 65 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; in compCloseScreen() 130 pScreen->ChangeWindowAttributes = cs->ChangeWindowAttributes; in compChangeWindowAttributes() 131 ret = pScreen->ChangeWindowAttributes(pWin, mask); in compChangeWindowAttributes() 137 pScreen->ChangeWindowAttributes = compChangeWindowAttributes; in compChangeWindowAttributes() 444 cs->ChangeWindowAttributes = pScreen->ChangeWindowAttributes; in compScreenInit() 445 pScreen->ChangeWindowAttributes = compChangeWindowAttributes; in compScreenInit()
|
| H A D | compint.h | 157 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwindow.c | 146 WIN_UNWRAP(ChangeWindowAttributes); in winChangeWindowAttributesRootless() 147 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask); in winChangeWindowAttributesRootless() 148 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesRootless); in winChangeWindowAttributesRootless()
|
| H A D | winscrinit.c | 440 WRAP(ChangeWindowAttributes); in winFinishScreenInitFB() 473 WRAP(ChangeWindowAttributes); in winFinishScreenInitFB()
|
| H A D | winmultiwindowwindow.c | 294 WIN_UNWRAP(ChangeWindowAttributes); in winChangeWindowAttributesMultiWindow() 295 fResult = (*pScreen->ChangeWindowAttributes) (pWin, mask); in winChangeWindowAttributesMultiWindow() 296 WIN_WRAP(ChangeWindowAttributes, winChangeWindowAttributesMultiWindow); in winChangeWindowAttributesMultiWindow()
|
| H A D | win.h | 511 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | window.h | 126 #define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes macro 128 extern _X_EXPORT int ChangeWindowAttributes(WindowPtr /*pWin */ ,
|
| H A D | scrnintstr.h | 537 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 629 swap(pExaScr, pScreen, ChangeWindowAttributes); in exaChangeWindowAttributes() 630 ret = pScreen->ChangeWindowAttributes(pWin, mask); in exaChangeWindowAttributes() 631 swap(pExaScr, pScreen, ChangeWindowAttributes); in exaChangeWindowAttributes() 763 unwrap(pExaScr, pScreen, ChangeWindowAttributes); in exaCloseScreen() 919 wrap(pExaScr, pScreen, ChangeWindowAttributes, exaChangeWindowAttributes); in exaDriverInit()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 297 SCREEN_UNWRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes() 298 result = pScreen->ChangeWindowAttributes(pWin, vmask); in RootlessChangeWindowAttributes() 299 SCREEN_WRAP(pScreen, ChangeWindowAttributes); in RootlessChangeWindowAttributes() 306 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); in RootlessChangeWindowAttributes() 462 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); in RootlessRealizeWindow() 1651 ChangeWindowAttributes(pWin, CWBackPixel, &pixel, serverClient); in RootlessSetPixmapOfAncestors()
|
| H A D | rootlessCommon.h | 96 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
|
| H A D | rootlessScreen.c | 687 WRAP(ChangeWindowAttributes); in RootlessWrap()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 289 DMX_WRAP(ChangeWindowAttributes, dmxChangeWindowAttributes, dmxScreen, in dmxScreenInit() 411 DMX_UNWRAP(ChangeWindowAttributes, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmxwindow.c | 584 DMX_UNWRAP(ChangeWindowAttributes, dmxScreen, pScreen); in dmxChangeWindowAttributes() 586 if (pScreen->ChangeWindowAttributes) in dmxChangeWindowAttributes() 587 ret = pScreen->ChangeWindowAttributes(pWindow, mask); in dmxChangeWindowAttributes() 602 DMX_WRAP(ChangeWindowAttributes, dmxChangeWindowAttributes, dmxScreen, in dmxChangeWindowAttributes()
|
| H A D | dmx.h | 205 ChangeWindowAttributesProcPtr ChangeWindowAttributes; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 872 screen->ChangeWindowAttributes; in glamor_init() 873 screen->ChangeWindowAttributes = glamor_change_window_attributes; in glamor_init() 948 screen->ChangeWindowAttributes = in glamor_close_screen()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 138 pScreen->ChangeWindowAttributes = fbChangeWindowAttributes; in fbSetupScreen()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 699 (*pScreen->ChangeWindowAttributes) (pWin, backFlag); in InitRootWindow() 938 *error = ChangeWindowAttributes(pWin, vmask, vlist, wClient(pWin)); in CreateWindow() 949 (void) ChangeWindowAttributes(pWin, CWBackingStore, &value, in CreateWindow() 1170 ChangeWindowAttributes(WindowPtr pWin, Mask vmask, XID *vlist, ClientPtr client) in ChangeWindowAttributes() function 1582 (*pScreen->ChangeWindowAttributes) (pWin, vmaskCopy); in ChangeWindowAttributes() 3318 (*pWin->drawable.pScreen->ChangeWindowAttributes) (pWin, CWBackPixmap); in TileScreenSaver() 3551 (*pScreen->ChangeWindowAttributes) (pWin, CWCursor); in ChangeWindowDeviceCursor()
|
| H A D | protocol.txt | 431 R002 X11:ChangeWindowAttributes
|
| H A D | dispatch.c | 725 return ChangeWindowAttributes(pWin, in ProcChangeWindowAttributes()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 272 pScreen->ChangeWindowAttributes = xnestChangeWindowAttributes; in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | saver.c | 533 (*pScreen->ChangeWindowAttributes) (pWin, mask); in CreateSaverWindow() 536 (void) ChangeWindowAttributes(pWin, CWColormap, &pAttr->colormap, in CreateSaverWindow()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 1461 12 0x00005610b291102d in ChangeWindowAttributes (pWin=0x5610b4b2e0c0, 34195 ChangeWindowAttributes goes to some effort to make sure it repaints 41500 among them with just ChangeWindowAttributes. 142394 defined, since the screen's ChangeWindowAttributes hook would run after 143559 EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes. 160308 xace: modifications to ChangeWindowAttributes special case: separate 161496 of the other. Composite now wraps ChangeWindowAttributes and activates 185393 Do not wrap ChangeWindowAttributes. All functions are noops currently
|