Lines Matching refs:pBox
457 BoxPtr pBox; in xnestShapeWindow() local
469 pBox = RegionRects(xnestWindowPriv(pWin)->bounding_shape); in xnestShapeWindow()
473 rect.x = pBox[i].x1; in xnestShapeWindow()
474 rect.y = pBox[i].y1; in xnestShapeWindow()
475 rect.width = pBox[i].x2 - pBox[i].x1; in xnestShapeWindow()
476 rect.height = pBox[i].y2 - pBox[i].y1; in xnestShapeWindow()
497 pBox = RegionRects(xnestWindowPriv(pWin)->clip_shape); in xnestShapeWindow()
500 rect.x = pBox[i].x1; in xnestShapeWindow()
501 rect.y = pBox[i].y1; in xnestShapeWindow()
502 rect.width = pBox[i].x2 - pBox[i].x1; in xnestShapeWindow()
503 rect.height = pBox[i].y2 - pBox[i].y1; in xnestShapeWindow()