Lines Matching refs:max_height
923 int res, max_width, max_height, max_res;
965 max_height = (cs->params.scanheadwidth == 2552 ? 3508 : 7016) /
970 if(params->lines > max_height) params->lines = max_height;
1001 "max_res=%d, res=%d, max_height=%d, br_y=%d, tl_y=%d, "
1004 max_res, res, max_height, cs->vals[OPT_BR_Y],
1022 unsigned int i, res, max_width, max_height, max_res, tmp;
1069 max_height = (cs->params.scanheadwidth == 2552 ? 3508 : 7016) /
1075 if (cs->scan.height > max_height) cs->scan.height = max_height;