Lines Matching defs:image_width
1409 line_length = s->user_parms.image_width * hdpi_div;
1413 (int) (data_pixels_start + s->user_parms.image_width * hdpi_div);
1884 /* image_width is set to the correct number of pixels by calling
1887 /*s->user_parms.image_width /= 4; */
1893 (int) (data_pixels_start + s->user_parms.image_width * hdpi_div);
2126 int image_width, int status_bytes)
2138 if (cb->pixel_position == image_width)
2159 to_consume_now = min ((image_width - cb->pixel_position) * 3,
2251 s->user_parms.image_width,
2665 s->user_parms.image_width = 0;
2859 s->user_parms.image_width =
2864 s->runtime_parms.image_line_size = s->user_parms.image_width * 3;
2886 p->pixels_per_line = s->user_parms.image_width;