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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c40 int start_x, start_y, end_x, end_y; local in function:__glamor_compute_clipped_regions
56 end_x = MIN(x + w, extent->x2);
64 DEBUGF("start_x %d start_y %d end_x %d end_y %d \n", start_x, start_y,
65 end_x, end_y);
67 if (start_x >= end_x || start_y >= end_y) {
74 end_block_x = (end_x - x) / block_w;
82 start_x, start_y, end_x, end_y);
120 temp_box.x2 = MIN(temp_box.x1 + block_w, end_x);

Completed in 5 milliseconds