Lines Matching defs:length
19 * 01/01/13 Now with adf, the scan can be padded to make up the full page length,
245 If RawScanPath has no length it will not be created */
652 /* returns the length of the longest string in an array of strings */
1356 /* We may need to do some special thing with the block request size to cope with usb blocks of any length
1645 s->data_len = s->scan_bytes_per_line * floor (s->height * dpi / optres + 0.5); /* NB this is the length for a full scan */
1696 SANE_Int * length)
1704 *length = 0;
1733 *length += s->params.bytes_per_line;
2919 s->opt[OPT_PADDING].desc = "Selects whether to make short pages up to full length";
3475 SANE_Int *length)
3483 *length = 0;
3493 k_copy_image_data(s, data, max_length, length);
3496 *length / s->params.bytes_per_line, sane_strstatus(status));