Lines Matching defs:width
143 double width; /* width in inches */
884 static SANE_Int width;
899 width = *len / 3;
948 memcpy (tmp_line_buf, line_buffer[0], width);
951 memcpy (tmp_line_buf + width, &line_buffer[line_offset][width],
952 width);
962 for (count = 0; count < width; count++)
990 memcpy (data, tmp_line_buf, width * 2);
1008 for (count = 0; count < width; count++)
1332 /* width */
1735 dev->x_range.max = SANE_FIX (cap_data[cap_model].width) * MM_PER_INCH;
1738 dev->width = cap_data[cap_model].width;
1856 dev->width = ((float) ((cap_buf[55] << 8) | cap_buf[56])) / 1000;
1866 DBG (5, " Width : %.2f inches\n", dev->width);
3168 double width, height;
3185 width = SANE_UNFIX (s->val[OPT_BR_X].w - s->val[OPT_TL_X].w);
3190 (width > 0.0) &&
3193 s->params.pixels_per_line = width * s->x_resolution / MM_PER_INCH + 1;