Lines Matching full:y2

57     end_y = MIN(y + h, extent->y2);  in __glamor_compute_clipped_regions()
121 temp_box.y2 = MIN(temp_box.y1 + block_h, end_y); in __glamor_compute_clipped_regions()
190 small_box.y2 = block_h; in glamor_compute_clipped_regions_ext()
224 height = box_array[clipped_regions[i].block_idx].y2 - y; in glamor_compute_clipped_regions_ext()
274 if (pad_box.y1 < 0 && pad_box.y2 <= 0) in _glamor_convert_pad_region()
275 pad_box.y2 = 1; in _glamor_convert_pad_region()
276 else if (pad_box.y1 >= h && pad_box.y2 > h) in _glamor_convert_pad_region()
462 DEBUGF("extent x1 %d y1 %d x2 %d y2 %d \n", extent->x1, extent->y1, in _glamor_compute_clipped_regions()
463 extent->x2, extent->y2); 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()
508 saved_y2 = repeat_box.y2; in _glamor_compute_clipped_regions()
512 repeat_box.y2 = saved_y2; in _glamor_compute_clipped_regions()
513 for (repeat_box.y1 = saved_y1, repeat_box.y2 = saved_y2; in _glamor_compute_clipped_regions()
514 repeat_box.y1 < extent->y2; in _glamor_compute_clipped_regions()
515 repeat_box.y1 += dy, repeat_box.y2 += dy) { in _glamor_compute_clipped_regions()
530 saved_y2 = repeat_box.y2; in _glamor_compute_clipped_regions()
534 repeat_box.y2 = saved_y2; in _glamor_compute_clipped_regions()
544 for (repeat_box.y1 = saved_y1, repeat_box.y2 = saved_y2;; in _glamor_compute_clipped_regions()
545 repeat_box.y1 += dy, repeat_box.y2 += dy) { in _glamor_compute_clipped_regions()
550 repeat_box.y1, repeat_box.x2, repeat_box.y2); in _glamor_compute_clipped_regions()
555 repeat_box.y2) : repeat_box.y1; in _glamor_compute_clipped_regions()
556 reflect_repeat_box.y2 = in _glamor_compute_clipped_regions()
558 repeat_box.y1) : repeat_box.y2; in _glamor_compute_clipped_regions()
562 reflect_repeat_box.y2 = repeat_box.y2; in _glamor_compute_clipped_regions()
567 if (valid_repeat_box->y1 >= extent->y2) in _glamor_compute_clipped_regions()
610 temp_extent->y2); in _glamor_compute_clipped_regions()
611 temp_box.y2 = in _glamor_compute_clipped_regions()
617 temp_box.y2 = temp_extent->y2; in _glamor_compute_clipped_regions()
622 modulus(temp_box.y2, pixmap_height, in _glamor_compute_clipped_regions()
623 temp_box.y2); in _glamor_compute_clipped_regions()
624 if (temp_box.y2 == 0) in _glamor_compute_clipped_regions()
625 temp_box.y2 = pixmap_height; in _glamor_compute_clipped_regions()
629 temp_box.y2 = temp_extent->y2; in _glamor_compute_clipped_regions()
631 &temp_box.y2, in _glamor_compute_clipped_regions()
712 temp_box.y2 = temp_extent->y2 + dy; in glamor_compute_transform_clipped_regions()
715 temp_box.y2); in glamor_compute_transform_clipped_regions()
724 temp_box.y2 = MIN(temp_box.y2, pixmap->drawable.height); in glamor_compute_transform_clipped_regions()
730 short_box.y2 = MIN(temp_box.y2, INT16_MAX); in glamor_compute_transform_clipped_regions()
791 temp_box.y2); in glamor_merge_clipped_regions()
795 temp_box.y2 - temp_box.y1, in glamor_merge_clipped_regions()
808 && temp_box.y1 >= 0 && temp_box.y2 <= pixmap_height) { in glamor_merge_clipped_regions()
814 copy_box.y2 = temp_box.y2 - temp_box.y1; in glamor_merge_clipped_regions()
833 DEBUGF("box x1 %d y1 %d x2 %d y2 %d \n", in glamor_merge_clipped_regions()
834 box->x1, box->y1, box->x2, box->y2); in glamor_merge_clipped_regions()
843 copy_box.y2 = box->y2 - temp_box.y1; in glamor_merge_clipped_regions()
847 copy_box.y2, dx, dy); in glamor_merge_clipped_regions()
865 DEBUGF("priv box x1 %d y1 %d x2 %d y2 %d \n", in glamor_merge_clipped_regions()
866 priv->box.x1, priv->box.y1, priv->box.x2, priv->box.y2); in glamor_merge_clipped_regions()
944 VECTOR_FROM_POINT(p2, box->x2, box->y2); in glamor_get_transform_extent_from_box()
945 VECTOR_FROM_POINT(p3, box->x1, box->y2); in glamor_get_transform_extent_from_box()
971 box->y2 = ceil(max_y) + 1; in glamor_get_transform_extent_from_box()
1014 __glamor_large(priv)->box.y2 += in _glamor_process_transformed_clipped_region()