| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowshape.c | 53 WIN_UNWRAP(SetShape); 54 (*pScreen->SetShape) (pWin, kind); 55 WIN_WRAP(SetShape, winSetShapeMultiWindow);
|
| H A D | winscrinit.c | 386 WRAP(SetShape); 395 pScreen->SetShape = winSetShapeRootless; 424 WRAP(SetShape); 439 pScreen->SetShape = winSetShapeMultiWindow;
|
| H A D | winwindow.c | 224 WIN_UNWRAP(SetShape); 225 (*pScreen->SetShape) (pWin, kind); 226 WIN_WRAP(SetShape, winSetShapeRootless);
|
| H A D | win.h | 516 SetShapeProcPtr SetShape; member in struct:_winPrivScreenRec
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowshape.c | 53 WIN_UNWRAP(SetShape); 54 (*pScreen->SetShape)(pWin, kind); 55 WIN_WRAP(SetShape, winSetShapeMultiWindow);
|
| H A D | winscrinit.c | 477 WRAP(SetShape); 486 pScreen->SetShape = winSetShapeRootless; 518 WRAP(SetShape); 532 pScreen->SetShape = winSetShapeMultiWindow;
|
| H A D | winwindow.c | 464 WIN_UNWRAP(SetShape); 465 (*pScreen->SetShape)(pWin, kind); 466 WIN_WRAP(SetShape, winSetShapeRootless);
|
| H A D | win.h | 602 SetShapeProcPtr SetShape; member in struct:_winPrivScreenRec
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxscrinit.c | 347 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen); 440 DMX_UNWRAP(SetShape, dmxScreen, pScreen);
|
| H A D | dmx.h | 232 SetShapeProcPtr SetShape; member in struct:_DMXScreenInfo
|
| H A D | dmxwindow.c | 1002 DMX_UNWRAP(SetShape, dmxScreen, pScreen); 1004 if (pScreen->SetShape) 1005 pScreen->SetShape(pWindow, kind); 1016 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | scrnintstr.h | 534 SetShapeProcPtr SetShape; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miscrinit.c | 278 pScreen->SetShape = miSetShape;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessCommon.h | 106 SetShapeProcPtr SetShape; member in struct:_RootlessScreenRec
|
| H A D | rootlessWindow.c | 274 SCREEN_UNWRAP(pScreen, SetShape); 275 pScreen->SetShape(pWin, kind); 276 SCREEN_WRAP(pScreen, SetShape);
|
| H A D | rootlessScreen.c | 695 WRAP(SetShape);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miscrinit.c | 288 pScreen->SetShape = miSetShape;
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessCommon.h | 107 SetShapeProcPtr SetShape; member in struct:_RootlessScreenRec
|
| H A D | rootlessWindow.c | 279 SCREEN_UNWRAP(pScreen, SetShape); 280 pScreen->SetShape(pWin, kind); 281 SCREEN_WRAP(pScreen, SetShape);
|
| H A D | rootlessScreen.c | 685 WRAP(SetShape);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | scrnintstr.h | 620 SetShapeProcPtr SetShape; member in struct:_Screen
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Screen.c | 335 pScreen->SetShape = xnestSetShape;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Screen.c | 334 pScreen->SetShape = xnestSetShape;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | shape.c | 175 (*pWin->drawable.pScreen->SetShape) (pWin, kind); 590 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | shape.c | 184 (*pWin->drawable.pScreen->SetShape) (pWin, kind); 600 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind);
|