HomeSort by: relevance | last modified time | path
    Searched refs:SetShape (Results 1 - 25 of 29) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowshape.c 53 WIN_UNWRAP(SetShape);
54 (*pScreen->SetShape) (pWin, kind);
55 WIN_WRAP(SetShape, winSetShapeMultiWindow);
winscrinit.c 386 WRAP(SetShape);
395 pScreen->SetShape = winSetShapeRootless;
424 WRAP(SetShape);
439 pScreen->SetShape = winSetShapeMultiWindow;
winwindow.c 224 WIN_UNWRAP(SetShape);
225 (*pScreen->SetShape) (pWin, kind);
226 WIN_WRAP(SetShape, winSetShapeRootless);
win.h 516 SetShapeProcPtr SetShape;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowshape.c 53 WIN_UNWRAP(SetShape);
54 (*pScreen->SetShape)(pWin, kind);
55 WIN_WRAP(SetShape, winSetShapeMultiWindow);
winscrinit.c 477 WRAP(SetShape);
486 pScreen->SetShape = winSetShapeRootless;
518 WRAP(SetShape);
532 pScreen->SetShape = winSetShapeMultiWindow;
winwindow.c 464 WIN_UNWRAP(SetShape);
465 (*pScreen->SetShape)(pWin, kind);
466 WIN_WRAP(SetShape, winSetShapeRootless);
win.h 602 SetShapeProcPtr SetShape;
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxscrinit.c 347 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen);
440 DMX_UNWRAP(SetShape, dmxScreen, pScreen);
dmx.h 232 SetShapeProcPtr SetShape;
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/dist/mi/
miscrinit.c 288 pScreen->SetShape = miSetShape;
  /xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h 534 SetShapeProcPtr SetShape;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miscrinit.c 278 pScreen->SetShape = miSetShape;
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessCommon.h 106 SetShapeProcPtr SetShape;
rootlessWindow.c 274 SCREEN_UNWRAP(pScreen, SetShape);
275 pScreen->SetShape(pWin, kind);
276 SCREEN_WRAP(pScreen, SetShape);
rootlessScreen.c 695 WRAP(SetShape);
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessCommon.h 107 SetShapeProcPtr SetShape;
rootlessWindow.c 279 SCREEN_UNWRAP(pScreen, SetShape);
280 pScreen->SetShape(pWin, kind);
281 SCREEN_WRAP(pScreen, SetShape);
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 620 SetShapeProcPtr SetShape;
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Screen.c 334 pScreen->SetShape = xnestSetShape;
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Screen.c 335 pScreen->SetShape = xnestSetShape;
  /xsrc/external/mit/xorg-server/dist/Xext/
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/
shape.c 184 (*pWin->drawable.pScreen->SetShape) (pWin, kind);
600 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind);
  /xsrc/external/mit/xorg-server/dist/xfixes/
region.c 711 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind);

Completed in 32 milliseconds

1 2