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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c47 RegionRec temp_region; local in function:__glamor_compute_clipped_regions
122 RegionInitBoxes(&temp_region, &temp_box, 1);
124 DEBUGRegionPrint(&temp_region);
126 RegionIntersect(current_region, &temp_region, region);
136 RegionUninit(&temp_region);
267 RegionRec temp_region; local in function:_glamor_convert_pad_region
278 RegionInitBoxes(&temp_region, &pad_box, 1);
279 RegionAppend(pad_region, &temp_region);
280 RegionUninit(&temp_region);
473 RegionRec temp_region; local in function:_glamor_compute_clipped_regions
700 RegionPtr temp_region; local in function:glamor_compute_transform_clipped_regions
764 RegionPtr temp_region; local in function:glamor_merge_clipped_regions
[all...]

Completed in 3 milliseconds