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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c475 BoxPtr valid_repeat_box; local in function:_glamor_compute_clipped_regions
540 valid_repeat_box = &reflect_repeat_box;
542 if (valid_repeat_box->x1 >= extent->x2)
565 DEBUGF("valid_repeat_box x1 %d y1 %d \n",
566 valid_repeat_box->x1, valid_repeat_box->y1);
567 if (valid_repeat_box->y1 >= extent->y2)
569 RegionInitBoxes(&repeat_region, valid_repeat_box, 1);

Completed in 4 milliseconds