Lines Matching refs:x_res
1799 int x_res;
1998 && settings[i].x_res >= s->resolution
2012 s->max_x = PIX_TO_SCANNER_UNIT( settings[i].max_x, settings[i].x_res );
2013 s->min_x = PIX_TO_SCANNER_UNIT( settings[i].min_x, settings[i].x_res );
2083 s->cal_image.x_res = settings[i].x_res;
2093 s->cal_data.x_res = settings[i].x_res;
2105 s->coarsecal.x_res = s->darkcal.x_res = s->lightcal.x_res = settings[i].x_res;
2117 s->sendcal.x_res = settings[i].x_res;
2128 s->fullscan.x_res = settings[i].x_res;
2148 s->block_xfr.x_res = settings[i].x_res;
2154 /* note that this is the same width/x_res as the final output image */
2156 width = (settings[i].max_x * s->resolution / settings[i].x_res);
2161 s->block_img.x_res = s->resolution;
2170 s->front.x_res = s->resolution;
2223 s->back.x_res = s->front.x_res;
2236 s->dt.x_res = s->front.x_res;
4170 int this_col = k*tp->image->x_res/tp->x_res;
4193 if(s->model == MODEL_S1300i && !s->usb_power && (tp->x_res == 225 || tp->x_res == 300) && tp != &s->cal_image && k + 2 <= tp->plane_width){
4218 int this_col = k*tp->image->x_res/tp->x_res;
4262 int this_col = (k+i*tp->plane_width)*tp->image->x_res/tp->x_res;
4324 int col_in = col_out * tp->x_res/tp->image->x_res;