Lines Matching refs:boxes
102 int to_surface, struct xa_box *boxes, unsigned int num_boxes)
113 for (i = 0; i < num_boxes; ++i, ++boxes) {
114 w = boxes->x2 - boxes->x1;
115 h = boxes->y2 - boxes->y1;
118 transfer_direction, boxes->x1, boxes->y1,
125 0, 0, w, h, data, pitch, boxes->x1, boxes->y1);
128 boxes->x1, boxes->y1, w, h, map, transfer->stride, 0,