Lines Matching defs:rects
474 const struct pipe_box *rects,
478 struct pipe_box b = rects[0];
481 u_box_union_2d(&b, &b, rects + i);
494 const struct pipe_box *rects)
517 if (rects[i].x <= 0 && rects[i].y <= 0 &&
518 rects[i].x + rects[i].width >= pres->width0 &&
519 rects[i].y + rects[i].height >= pres->height0)
524 get_damage_bound_box(pres, rects, nrects, bound);
531 get_scissor_from_box(damage->region + i, rects + i,
537 if (rects[i].x & 0xf || rects[i].y & 0xf ||
538 rects[i].width & 0xf || rects[i].height & 0xf) {