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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c356 RegionRec repeat_region; local in function:_glamor_compute_clipped_regions
517 RegionInitBoxes(&repeat_region, &repeat_box, 1);
519 DEBUGRegionPrint(&repeat_region);
520 RegionIntersect(&temp_region, &repeat_region, region);
524 RegionUninit(&repeat_region);
569 RegionInitBoxes(&repeat_region, valid_repeat_box, 1);
571 DEBUGRegionPrint(&repeat_region);
572 RegionIntersect(&temp_region, &repeat_region, region);
643 RegionUninit(&repeat_region);

Completed in 6 milliseconds