| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowshape.c | 87 BoxPtr pShape, pRects, pEnd; local in function:winReshapeMultiWindow 123 pShape = RegionRects(&rrNewShape); 163 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) {
|
| H A D | winwindow.c | 318 BoxPtr pShape, pRects, pEnd; local in function:winReshapeRootless 350 pShape = RegionRects(&rrNewShape); 357 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowshape.c | 89 BoxPtr pShape, pRects, pEnd; local in function:winReshapeMultiWindow 125 pShape = RegionRects(&rrNewShape); 169 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++)
|
| H A D | winwindow.c | 569 BoxPtr pShape, pRects, pEnd; local in function:winReshapeRootless 602 pShape = RegionRects(&rrNewShape); 610 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++)
|
| H A D | winwin32rootless.c | 144 winMWExtWMCreateRgnFromRegion (RegionPtr pShape) argument 150 if (pShape == NULL) return NULL; 152 nRects = RegionNumRects(pShape); 153 pRects = RegionRects(pShape); 219 int newX, int newY, RegionPtr pShape) 332 if (pShape != NULL) 334 winMWExtWMReshapeFrame (pFrame->wid, pShape); 654 winMWExtWMReshapeFrame (RootlessFrameID wid, RegionPtr pShape) argument 663 hRgn = winMWExtWMCreateRgnFromRegion (pShape); 218 winMWExtWMCreateFrame(RootlessWindowPtr pFrame,ScreenPtr pScreen,int newX,int newY,RegionPtr pShape) argument
|
| H A D | win.h | 1355 int newX, int newY, RegionPtr pShape); 1372 winMWExtWMReshapeFrame (RootlessFrameID wid, RegionPtr pShape);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 70 int newX, int newY, RegionPtr pShape); 77 static void xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape); 133 int newX, int newY, RegionPtr pShape) 164 if (pShape != NULL) 166 wc.shape_nrects = RegionNumRects(pShape); 167 wc.shape_rects = RegionRects(pShape); 308 xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape) argument 314 if (pShape != NULL) 316 wc.shape_nrects = RegionNumRects(pShape); 317 wc.shape_rects = RegionRects(pShape); 132 xprCreateFrame(RootlessWindowPtr pFrame,ScreenPtr pScreen,int newX,int newY,RegionPtr pShape) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 71 RegionPtr pShape); 83 xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape); 148 int newX, int newY, RegionPtr pShape) 176 if (pShape != NULL) { 177 wc.shape_nrects = RegionNumRects(pShape); 178 wc.shape_rects = RegionRects(pShape); 308 xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape) argument 312 if (pShape != NULL) { 313 wc.shape_nrects = RegionNumRects(pShape); 314 wc.shape_rects = RegionRects(pShape); 147 xprCreateFrame(RootlessWindowPtr pFrame,ScreenPtr pScreen,int newX,int newY,RegionPtr pShape) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 207 RootlessGetShape(WindowPtr pWin, RegionPtr pShape) argument 215 RegionNull(pShape); 216 RegionCopy(pShape, wBoundingShape(pWin)); 217 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth); 231 RegionPtr pShape; local in function:RootlessReshapeFrame 242 pShape = RootlessGetShape(pWin, &newShape) ? &newShape : NULL; 246 if (pShape != NULL) { 256 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape); 258 if (pShape != NULL) 379 RegionPtr pShape local in function:RootlessEnsureFrame [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessWindow.c | 212 RootlessGetShape(WindowPtr pWin, RegionPtr pShape) argument 220 RegionNull(pShape); 221 RegionCopy(pShape, wBoundingShape(pWin)); 222 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth); 236 RegionPtr pShape; local in function:RootlessReshapeFrame 247 pShape = RootlessGetShape(pWin, &newShape) ? &newShape : NULL; 251 if (pShape != NULL) { 262 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape); 264 if (pShape != NULL) 381 RegionPtr pShape local in function:RootlessEnsureFrame [all...] |