HomeSort by: relevance | last modified time | path
    Searched refs:ChangeBorderWidth (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/composite/
compinit.c 70 pScreen->ChangeBorderWidth = cs->ChangeBorderWidth;
397 cs->ChangeBorderWidth = pScreen->ChangeBorderWidth;
398 pScreen->ChangeBorderWidth = compChangeBorderWidth;
compwindow.c 428 pScreen->ChangeBorderWidth = cs->ChangeBorderWidth;
429 (*pScreen->ChangeBorderWidth) (pWin, bw);
430 cs->ChangeBorderWidth = pScreen->ChangeBorderWidth;
431 pScreen->ChangeBorderWidth = compChangeBorderWidth;
compint.h 143 ChangeBorderWidthProcPtr ChangeBorderWidth;
  /xsrc/external/mit/xorg-server.old/dist/composite/
compinit.c 70 pScreen->ChangeBorderWidth = cs->ChangeBorderWidth;
387 cs->ChangeBorderWidth = pScreen->ChangeBorderWidth;
388 pScreen->ChangeBorderWidth = compChangeBorderWidth;
compwindow.c 401 pScreen->ChangeBorderWidth = cs->ChangeBorderWidth;
402 (*pScreen->ChangeBorderWidth) (pWin, bw);
403 cs->ChangeBorderWidth = pScreen->ChangeBorderWidth;
404 pScreen->ChangeBorderWidth = compChangeBorderWidth;
compint.h 137 ChangeBorderWidthProcPtr ChangeBorderWidth;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxscrinit.c 325 DMX_WRAP(ChangeBorderWidth, dmxChangeBorderWidth, dmxScreen, pScreen);
458 DMX_UNWRAP(ChangeBorderWidth, dmxScreen, pScreen);
dmx.h 215 ChangeBorderWidthProcPtr ChangeBorderWidth;
dmxwindow.c 912 DMX_UNWRAP(ChangeBorderWidth, dmxScreen, pScreen);
914 if (pScreen->ChangeBorderWidth)
915 pScreen->ChangeBorderWidth(pWindow, width);
929 DMX_WRAP(ChangeBorderWidth, dmxChangeBorderWidth, dmxScreen, pScreen);
  /xsrc/external/mit/xorg-server/dist/mi/
miscrinit.c 287 pScreen->ChangeBorderWidth = miChangeBorderWidth;
mioverlay.c 157 pScreen->ChangeBorderWidth = miOverlayChangeBorderWidth;
  /xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h 536 ChangeBorderWidthProcPtr ChangeBorderWidth;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miscrinit.c 277 pScreen->ChangeBorderWidth = miChangeBorderWidth;
mioverlay.c 156 pScreen->ChangeBorderWidth = miOverlayChangeBorderWidth;
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessCommon.h 94 ChangeBorderWidthProcPtr ChangeBorderWidth;
rootlessWindow.c 1465 SCREEN_UNWRAP(pWin->drawable.pScreen, ChangeBorderWidth);
1466 pWin->drawable.pScreen->ChangeBorderWidth(pWin, width);
1467 SCREEN_WRAP(pWin->drawable.pScreen, ChangeBorderWidth);
rootlessScreen.c 687 WRAP(ChangeBorderWidth);
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessCommon.h 94 ChangeBorderWidthProcPtr ChangeBorderWidth;
rootlessWindow.c 1486 SCREEN_UNWRAP(pWin->drawable.pScreen, ChangeBorderWidth);
1487 pWin->drawable.pScreen->ChangeBorderWidth(pWin, width);
1488 SCREEN_WRAP(pWin->drawable.pScreen, ChangeBorderWidth);
rootlessScreen.c 841 WRAP(ChangeBorderWidth);
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 622 ChangeBorderWidthProcPtr ChangeBorderWidth;
  /xsrc/external/mit/xorg-server/dist/dix/
window.c 2401 (*pWin->drawable.pScreen->ChangeBorderWidth) (pWin, bw);
  /xsrc/external/mit/xorg-server.old/dist/dix/
window.c 2353 (*pWin->drawable.pScreen->ChangeBorderWidth)(pWin, bw);

Completed in 25 milliseconds