Searched refs:ChangeBorderWidth (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 70 pScreen->ChangeBorderWidth = cs->ChangeBorderWidth; in compCloseScreen() 435 cs->ChangeBorderWidth = pScreen->ChangeBorderWidth; in compScreenInit() 436 pScreen->ChangeBorderWidth = compChangeBorderWidth; in compScreenInit()
|
| H A D | compwindow.c | 421 pScreen->ChangeBorderWidth = cs->ChangeBorderWidth; in compChangeBorderWidth() 422 (*pScreen->ChangeBorderWidth) (pWin, bw); in compChangeBorderWidth() 423 cs->ChangeBorderWidth = pScreen->ChangeBorderWidth; in compChangeBorderWidth() 424 pScreen->ChangeBorderWidth = compChangeBorderWidth; in compChangeBorderWidth()
|
| H A D | compint.h | 143 ChangeBorderWidthProcPtr ChangeBorderWidth; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 300 DMX_WRAP(ChangeBorderWidth, dmxChangeBorderWidth, dmxScreen, pScreen); in dmxScreenInit() 421 DMX_UNWRAP(ChangeBorderWidth, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmxwindow.c | 936 DMX_UNWRAP(ChangeBorderWidth, dmxScreen, pScreen); in dmxChangeBorderWidth() 938 if (pScreen->ChangeBorderWidth) in dmxChangeBorderWidth() 939 pScreen->ChangeBorderWidth(pWindow, width); in dmxChangeBorderWidth() 953 DMX_WRAP(ChangeBorderWidth, dmxChangeBorderWidth, dmxScreen, pScreen); in dmxChangeBorderWidth()
|
| H A D | dmx.h | 215 ChangeBorderWidthProcPtr ChangeBorderWidth; member
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessCommon.h | 94 ChangeBorderWidthProcPtr ChangeBorderWidth; member
|
| H A D | rootlessWindow.c | 1486 SCREEN_UNWRAP(pWin->drawable.pScreen, ChangeBorderWidth); in RootlessChangeBorderWidth() 1487 pWin->drawable.pScreen->ChangeBorderWidth(pWin, width); in RootlessChangeBorderWidth() 1488 SCREEN_WRAP(pWin->drawable.pScreen, ChangeBorderWidth); in RootlessChangeBorderWidth()
|
| H A D | rootlessScreen.c | 684 WRAP(ChangeBorderWidth); in RootlessWrap()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 315 pScreen->ChangeBorderWidth = miChangeBorderWidth; in miScreenInit()
|
| H A D | mioverlay.c | 157 pScreen->ChangeBorderWidth = miOverlayChangeBorderWidth; in miInitOverlay()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 622 ChangeBorderWidthProcPtr ChangeBorderWidth; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 2412 (*pWin->drawable.pScreen->ChangeBorderWidth) (pWin, bw); in ConfigureWindow()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 109754 ResizeWindow, ChangeBorderWidth wrappers, and allow ConfigNotify to do
|