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