Searched refs:x_idx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c472 int x_idx = 0, y_idx = 0, saved_y_idx = 0; local in function:_glamor_compute_clipped_regions
481 x_idx = (extent->x1 / pixmap_width);
536 reflect_repeat_box.x1 = (x_idx & 1) ?
537 ((2 * x_idx + 1) * dx - repeat_box.x2) : repeat_box.x1;
538 reflect_repeat_box.x2 = (x_idx & 1) ?
539 ((2 * x_idx + 1) * dx - repeat_box.x1) : repeat_box.x2;
547 DEBUGF("x_idx %d y_idx %d dx %d dy %d\n", x_idx, y_idx,
581 if (x_idx & 1) {
583 ((2 * x_idx
[all...]

Completed in 3 milliseconds