Lines Matching refs:pBox
963 BoxPtr pBox; in dmxDoSetShape() local
970 pBox = RegionRects(wBoundingShape(pWindow)); in dmxDoSetShape()
974 pRect->x = pBox->x1; in dmxDoSetShape()
975 pRect->y = pBox->y1; in dmxDoSetShape()
976 pRect->width = pBox->x2 - pBox->x1; in dmxDoSetShape()
977 pRect->height = pBox->y2 - pBox->y1; in dmxDoSetShape()
978 pBox++; in dmxDoSetShape()
993 pBox = RegionRects(wClipShape(pWindow)); in dmxDoSetShape()
997 pRect->x = pBox->x1; in dmxDoSetShape()
998 pRect->y = pBox->y1; in dmxDoSetShape()
999 pRect->width = pBox->x2 - pBox->x1; in dmxDoSetShape()
1000 pRect->height = pBox->y2 - pBox->y1; in dmxDoSetShape()
1001 pBox++; in dmxDoSetShape()