Searched refs:pShape (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowshape.c87 BoxPtr pShape, pRects, pEnd; local in function:winReshapeMultiWindow
123 pShape = RegionRects(&rrNewShape);
163 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++) {
H A Dwinwindow.c318 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 Dwinmultiwindowshape.c89 BoxPtr pShape, pRects, pEnd; local in function:winReshapeMultiWindow
125 pShape = RegionRects(&rrNewShape);
169 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++)
H A Dwinwindow.c569 BoxPtr pShape, pRects, pEnd; local in function:winReshapeRootless
602 pShape = RegionRects(&rrNewShape);
610 for (pRects = pShape, pEnd = pShape + nRects; pRects < pEnd; pRects++)
H A Dwinwin32rootless.c144 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 Dwin.h1355 int newX, int newY, RegionPtr pShape);
1372 winMWExtWMReshapeFrame (RootlessFrameID wid, RegionPtr pShape);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprFrame.c70 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 DxprFrame.c71 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 DrootlessWindow.c207 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 DrootlessWindow.c212 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...]

Completed in 10 milliseconds