Searched refs:SetShape (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowshape.c53 WIN_UNWRAP(SetShape);
54 (*pScreen->SetShape) (pWin, kind);
55 WIN_WRAP(SetShape, winSetShapeMultiWindow);
H A Dwinscrinit.c386 WRAP(SetShape);
395 pScreen->SetShape = winSetShapeRootless;
424 WRAP(SetShape);
439 pScreen->SetShape = winSetShapeMultiWindow;
H A Dwinwindow.c224 WIN_UNWRAP(SetShape);
225 (*pScreen->SetShape) (pWin, kind);
226 WIN_WRAP(SetShape, winSetShapeRootless);
H A Dwin.h516 SetShapeProcPtr SetShape; member in struct:_winPrivScreenRec
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowshape.c53 WIN_UNWRAP(SetShape);
54 (*pScreen->SetShape)(pWin, kind);
55 WIN_WRAP(SetShape, winSetShapeMultiWindow);
H A Dwinscrinit.c477 WRAP(SetShape);
486 pScreen->SetShape = winSetShapeRootless;
518 WRAP(SetShape);
532 pScreen->SetShape = winSetShapeMultiWindow;
H A Dwinwindow.c464 WIN_UNWRAP(SetShape);
465 (*pScreen->SetShape)(pWin, kind);
466 WIN_WRAP(SetShape, winSetShapeRootless);
H A Dwin.h602 SetShapeProcPtr SetShape; member in struct:_winPrivScreenRec
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxscrinit.c347 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen);
440 DMX_UNWRAP(SetShape, dmxScreen, pScreen);
H A Ddmx.h232 SetShapeProcPtr SetShape; member in struct:_DMXScreenInfo
H A Ddmxwindow.c1002 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 Dscrnintstr.h534 SetShapeProcPtr SetShape; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscrinit.c278 pScreen->SetShape = miSetShape;
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessCommon.h106 SetShapeProcPtr SetShape; member in struct:_RootlessScreenRec
H A DrootlessWindow.c274 SCREEN_UNWRAP(pScreen, SetShape);
275 pScreen->SetShape(pWin, kind);
276 SCREEN_WRAP(pScreen, SetShape);
H A DrootlessScreen.c695 WRAP(SetShape);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscrinit.c288 pScreen->SetShape = miSetShape;
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessCommon.h107 SetShapeProcPtr SetShape; member in struct:_RootlessScreenRec
H A DrootlessWindow.c279 SCREEN_UNWRAP(pScreen, SetShape);
280 pScreen->SetShape(pWin, kind);
281 SCREEN_WRAP(pScreen, SetShape);
H A DrootlessScreen.c685 WRAP(SetShape);
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h620 SetShapeProcPtr SetShape; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.c335 pScreen->SetShape = xnestSetShape;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.c334 pScreen->SetShape = xnestSetShape;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c175 (*pWin->drawable.pScreen->SetShape) (pWin, kind);
590 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c184 (*pWin->drawable.pScreen->SetShape) (pWin, kind);
600 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind);

Completed in 25 milliseconds

12