Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_largepixmap.c356 RegionRec repeat_region; in _glamor_compute_clipped_regions() local
517 RegionInitBoxes(&repeat_region, &repeat_box, 1); in _glamor_compute_clipped_regions()
519 DEBUGRegionPrint(&repeat_region); in _glamor_compute_clipped_regions()
520 RegionIntersect(&temp_region, &repeat_region, region); in _glamor_compute_clipped_regions()
524 RegionUninit(&repeat_region); in _glamor_compute_clipped_regions()
569 RegionInitBoxes(&repeat_region, valid_repeat_box, 1); in _glamor_compute_clipped_regions()
571 DEBUGRegionPrint(&repeat_region); in _glamor_compute_clipped_regions()
572 RegionIntersect(&temp_region, &repeat_region, region); in _glamor_compute_clipped_regions()
643 RegionUninit(&repeat_region); in _glamor_compute_clipped_regions()