Lines Matching refs:pShape
207 RootlessGetShape(WindowPtr pWin, RegionPtr pShape)
215 RegionNull(pShape);
216 RegionCopy(pShape, wBoundingShape(pWin));
217 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth);
231 RegionPtr pShape;
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 = NULL;
407 pShape = &shape;
414 pShape))
425 if (pShape != NULL)