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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c48 RegionPtr current_region; local in function:__glamor_compute_clipped_regions
125 current_region = RegionCreate(NULL, 4);
126 RegionIntersect(current_region, &temp_region, region);
128 DEBUGRegionPrint(current_region);
129 if (RegionNumRects(current_region)) {
130 clipped_regions[k].region = current_region;
135 RegionDestroy(current_region);
352 RegionPtr current_region; local in function:_glamor_compute_clipped_regions
501 current_region = RegionCreate(NULL, 4);
523 RegionAppend(current_region,
[all...]

Completed in 3 milliseconds