Lines Matching refs:plane_width
1810 int plane_width; /* byte width of 1 raw color plane, without padding */
2081 s->cal_image.plane_width = settings[i].cal_plane_width;
2091 s->cal_data.plane_width = settings[i].cal_plane_width;
2100 width = s->cal_image.plane_width * img_heads;
2112 width = s->cal_data.plane_width * img_heads;
2146 s->block_xfr.plane_width = settings[i].plane_width;
3076 for (j = 0; j < s->cal_data.plane_width; j++)
4169 for (k = 0; k <= tp->plane_width; k++){ /* column (x) */
4188 if(k == tp->plane_width || this_col >= tp->image->width_pix){
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){
4217 for (k = 0; k <= tp->plane_width; k++){ /* column (x) */
4236 if(k == tp->plane_width || this_col >= tp->image->width_pix){
4261 for (k = 0; k <= tp->plane_width; k++){ /* column (x) within the read head */
4262 int this_col = (k+i*tp->plane_width)*tp->image->x_res/tp->x_res;
4280 if(k == tp->plane_width || this_col >= tp->image->width_pix){
4325 int offset = col_in%tp->plane_width;
4326 int step = col_in/tp->plane_width;