Searched refs:repeat_box (Results 1 – 1 of 1) sorted by relevance
355 BoxRec repeat_box; in _glamor_compute_clipped_regions() local486 repeat_box.x1 = shift_x + priv->box_array[idx].x1; in _glamor_compute_clipped_regions()487 repeat_box.y1 = shift_y + priv->box_array[idx].y1; in _glamor_compute_clipped_regions()489 repeat_box.x2 = extent->x2; in _glamor_compute_clipped_regions()490 dx = extent->x2 - repeat_box.x1; in _glamor_compute_clipped_regions()493 repeat_box.x2 = shift_x + priv->box_array[idx].x2; in _glamor_compute_clipped_regions()495 repeat_box.y2 = extent->y2; in _glamor_compute_clipped_regions()496 dy = extent->y2 - repeat_box.y1; in _glamor_compute_clipped_regions()499 repeat_box.y2 = shift_y + priv->box_array[idx].y2; in _glamor_compute_clipped_regions()504 repeat_box.x1, repeat_box.y1, repeat_box.x2, repeat_box.y2); in _glamor_compute_clipped_regions()[all …]