Home
last modified time | relevance | path

Searched refs:ChangeBorderWidth (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c70 pScreen->ChangeBorderWidth = cs->ChangeBorderWidth; in compCloseScreen()
435 cs->ChangeBorderWidth = pScreen->ChangeBorderWidth; in compScreenInit()
436 pScreen->ChangeBorderWidth = compChangeBorderWidth; in compScreenInit()
H A Dcompwindow.c421 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 Dcompint.h143 ChangeBorderWidthProcPtr ChangeBorderWidth; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c300 DMX_WRAP(ChangeBorderWidth, dmxChangeBorderWidth, dmxScreen, pScreen); in dmxScreenInit()
421 DMX_UNWRAP(ChangeBorderWidth, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmxwindow.c936 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 Ddmx.h215 ChangeBorderWidthProcPtr ChangeBorderWidth; member
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h94 ChangeBorderWidthProcPtr ChangeBorderWidth; member
H A DrootlessWindow.c1486 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 DrootlessScreen.c684 WRAP(ChangeBorderWidth); in RootlessWrap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c315 pScreen->ChangeBorderWidth = miChangeBorderWidth; in miScreenInit()
H A Dmioverlay.c157 pScreen->ChangeBorderWidth = miOverlayChangeBorderWidth; in miInitOverlay()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h622 ChangeBorderWidthProcPtr ChangeBorderWidth; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c2412 (*pWin->drawable.pScreen->ChangeBorderWidth) (pWin, bw); in ConfigureWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog109754 ResizeWindow, ChangeBorderWidth wrappers, and allow ConfigNotify to do