Searched refs:pShape (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 75 RegionPtr pShape); 87 xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape); 152 int newX, int newY, RegionPtr pShape) in xprCreateFrame() argument 180 if (pShape != NULL) { in xprCreateFrame() 181 wc.shape_nrects = RegionNumRects(pShape); in xprCreateFrame() 182 wc.shape_rects = RegionRects(pShape); in xprCreateFrame() 312 xprReshapeFrame(RootlessFrameID wid, RegionPtr pShape) in xprReshapeFrame() argument 316 if (pShape != NULL) { in xprReshapeFrame() 317 wc.shape_nrects = RegionNumRects(pShape); in xprReshapeFrame() 318 wc.shape_rects = RegionRects(pShape); in xprReshapeFrame()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowshape.c | 87 BoxPtr pShape, pRects, pEnd; in winReshapeMultiWindow() local 123 pShape = RegionRects(&rrNewShape); in winReshapeMultiWindow() 163 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) { in winReshapeMultiWindow()
|
| H A D | winwindow.c | 318 BoxPtr pShape, pRects, pEnd; in winReshapeRootless() local 350 pShape = RegionRects(&rrNewShape); in winReshapeRootless() 357 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) { in winReshapeRootless()
|
| H A D | winwin32rootless.c | 135 winMWExtWMCreateRgnFromRegion(RegionPtr pShape) in winMWExtWMCreateRgnFromRegion() argument 141 if (pShape == NULL) in winMWExtWMCreateRgnFromRegion() 144 nRects = RegionNumRects(pShape); in winMWExtWMCreateRgnFromRegion() 145 pRects = RegionRects(pShape); in winMWExtWMCreateRgnFromRegion() 200 int newX, int newY, RegionPtr pShape) in winMWExtWMCreateFrame() argument 309 if (pShape != NULL) { in winMWExtWMCreateFrame() 310 winMWExtWMReshapeFrame(pFrame->wid, pShape); in winMWExtWMCreateFrame() 556 winMWExtWMReshapeFrame(RootlessFrameID wid, RegionPtr pShape) in winMWExtWMReshapeFrame() argument 566 hRgn = winMWExtWMCreateRgnFromRegion(pShape); in winMWExtWMReshapeFrame()
|
| H A D | win.h | 1020 int newX, int newY, RegionPtr pShape); 1039 winMWExtWMReshapeFrame(RootlessFrameID wid, RegionPtr pShape);
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 212 RootlessGetShape(WindowPtr pWin, RegionPtr pShape) in RootlessGetShape() argument 220 RegionNull(pShape); in RootlessGetShape() 221 RegionCopy(pShape, wBoundingShape(pWin)); in RootlessGetShape() 222 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth); in RootlessGetShape() 236 RegionPtr pShape; in RootlessReshapeFrame() local 247 pShape = RootlessGetShape(pWin, &newShape) ? &newShape : NULL; in RootlessReshapeFrame() 251 if (pShape != NULL) { in RootlessReshapeFrame() 262 SCREENREC(pWin->drawable.pScreen)->imp->ReshapeFrame(winRec->wid, pShape); in RootlessReshapeFrame() 264 if (pShape != NULL) in RootlessReshapeFrame() 381 RegionPtr pShape = NULL; in RootlessEnsureFrame() local [all …]
|