Lines Matching refs:boxes
52 BoxPtr boxes = in_boxes; in glamor_upload_boxes() local
60 int x1 = MAX(boxes->x1 + dx_dst, box->x1); in glamor_upload_boxes()
61 int x2 = MIN(boxes->x2 + dx_dst, box->x2); in glamor_upload_boxes()
62 int y1 = MAX(boxes->y1 + dy_dst, box->y1); in glamor_upload_boxes()
63 int y2 = MIN(boxes->y2 + dy_dst, box->y2); in glamor_upload_boxes()
68 boxes++; in glamor_upload_boxes()
151 BoxPtr boxes = in_boxes; in glamor_download_boxes() local
161 int x1 = MAX(boxes->x1 + dx_src, box->x1); in glamor_download_boxes()
162 int x2 = MIN(boxes->x2 + dx_src, box->x2); in glamor_download_boxes()
163 int y1 = MAX(boxes->y1 + dy_src, box->y1); in glamor_download_boxes()
164 int y2 = MIN(boxes->y2 + dy_src, box->y2); in glamor_download_boxes()
168 boxes++; in glamor_download_boxes()