Lines Matching refs:boxes
163 BoxPtr boxes;
180 boxes = REGION_RECTS (region);
186 qxl_download_box (surface, boxes->x1, boxes->y1, boxes->x2, boxes->y2);
188 boxes++;
336 BoxPtr boxes;
339 boxes = RegionRects(r);
343 upload_one_primary_region(qxl, pixmap, boxes);
344 boxes++;
355 BoxPtr boxes;
358 boxes = REGION_RECTS (&surface->access_region);
366 qxl_upload_box (surface, boxes->x1, boxes->y1, boxes->x2, boxes->y2);
368 boxes++;