Searched refs:newShape (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwindowswm.c398 RegionRec newShape; local in function:ProcWindowsWMFrameDraw
467 RegionNull(&newShape);
468 RegionCopy(&newShape, wBoundingShape(pWin));
469 RegionTranslate(&newShape, pWin->borderWidth, pWin->borderWidth);
470 winMWExtWMReshapeFrame (pRLWinPriv, &newShape);
471 RegionUninit(&newShape);
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c230 RegionRec newShape; local in function:RootlessReshapeFrame
242 pShape = RootlessGetShape(pWin, &newShape) ? &newShape : NULL;
248 RegionNumRects(&newShape),
249 newShape.extents.x1, newShape.extents.y1,
250 newShape.extents.x2, newShape.extents.y2);
259 RegionUninit(&newShape);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c235 RegionRec newShape; local in function:RootlessReshapeFrame
247 pShape = RootlessGetShape(pWin, &newShape) ? &newShape : NULL;
253 RegionNumRects(&newShape),
254 newShape.extents.x1, newShape.extents.y1,
255 newShape.extents.x2, newShape.extents.y2);
265 RegionUninit(&newShape);

Completed in 7 milliseconds