Lines Matching refs:x_resolution
1265 s->x_resolution, ARTEC_MIN_X (s->hw), ARTEC_MAX_X (s->hw));
1276 s->x_resolution));
1295 data[10] = s->x_resolution >> 8;
1296 data[11] = s->x_resolution;
1308 s->x_resolution);
1505 if (s->x_resolution == 200)
1514 offset += ((s->tl_x / (300 / s->x_resolution)) *
1515 (300 / s->x_resolution));
1559 if (s->x_resolution == 200)
1569 offset += (300 / s->x_resolution);
1657 save_x_resolution = s->x_resolution;
1658 s->x_resolution = 600;
1671 s->x_resolution = save_x_resolution;
3172 s->x_resolution = s->val[OPT_X_RESOLUTION].w;
3178 s->y_resolution = s->x_resolution;
3182 * s->x_resolution;
3188 if ((s->x_resolution > 0.0) &&
3193 s->params.pixels_per_line = width * s->x_resolution / MM_PER_INCH + 1;
3365 s->x_resolution, s->y_resolution, (u_long) s->bytes_to_read);