Home
last modified time | relevance | path

Searched refs:y_idx (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_largepixmap.c472 int x_idx = 0, y_idx = 0, saved_y_idx = 0; in _glamor_compute_clipped_regions() local
482 y_idx = (extent->y1 / pixmap_height); in _glamor_compute_clipped_regions()
531 saved_y_idx = y_idx; in _glamor_compute_clipped_regions()
535 y_idx = saved_y_idx; in _glamor_compute_clipped_regions()
547 DEBUGF("x_idx %d y_idx %d dx %d dy %d\n", x_idx, y_idx, in _glamor_compute_clipped_regions()
553 reflect_repeat_box.y1 = (y_idx & 1) ? in _glamor_compute_clipped_regions()
554 ((2 * y_idx + 1) * dy - in _glamor_compute_clipped_regions()
557 (y_idx & 1) ? ((2 * y_idx + 1) * dy - in _glamor_compute_clipped_regions()
607 if (y_idx & 1) { in _glamor_compute_clipped_regions()
609 ((2 * y_idx + 1) * dy - in _glamor_compute_clipped_regions()
[all …]