Searched refs:max_sub_height (Results 1 – 1 of 1) sorted by relevance
1569 int max_sub_width, max_sub_height; in send_rect_simple() local1579 max_sub_height = max_size / max_sub_width; in send_rect_simple()1581 for (dy = 0; dy < h; dy += max_sub_height) { in send_rect_simple()1584 rh = MIN(max_sub_height, h - dy); in send_rect_simple()