Lines Matching refs:pShape
212 RootlessGetShape(WindowPtr pWin, RegionPtr pShape)
220 RegionNull(pShape);
221 RegionCopy(pShape, wBoundingShape(pWin));
222 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth);
236 RegionPtr pShape;
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 = NULL;
409 pShape = &shape;
416 pShape)) {
426 if (pShape != NULL)