Home
last modified time | relevance | path

Searched refs:this_read (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Davision.c6535 size_t this_read, read_size; in get_background_raster() local
6547 this_read = (size_t) bytes_per_line * (size_t) this_lines; in get_background_raster()
6550 i, this_lines, (u_long) this_read); in get_background_raster()
6552 set_triple (rcmd.transferlen, this_read); in get_background_raster()
6554 read_size = this_read; in get_background_raster()
6556 if (status != SANE_STATUS_GOOD || read_size != this_read) { in get_background_raster()
7672 size_t this_read = stripe_size - stripe_fill; in reader_process() local
7677 if (this_read > max_bytes_per_read) in reader_process()
7678 this_read = (max_bytes_per_read - in reader_process()
7681 if (processed_bytes + this_read > total_siz in reader_process()
7744 size_t this_read = stripe_size - stripe_fill; reader_process() local
[all...]

Completed in 15 milliseconds