Lines Matching refs:pShape
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
409 pShape = &shape; in RootlessEnsureFrame()
416 pShape)) { in RootlessEnsureFrame()
426 if (pShape != NULL) in RootlessEnsureFrame()