Searched refs:end_y (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_largepixmap.c | 40 int start_x, start_y, end_x, end_y; local in function:__glamor_compute_clipped_regions 57 end_y = MIN(y + h, extent->y2); 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) { 75 end_block_y = (end_y - y) / block_h; 82 start_x, start_y, end_x, end_y); 121 temp_box.y2 = MIN(temp_box.y1 + block_h, end_y);
|
Completed in 5 milliseconds