Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depjitsu.h85 int bytes_scanned; member
H A Depjitsu.c2527 s->pages[i].bytes_scanned = 0; in sane_start()
4085 *len = page->bytes_scanned - page->bytes_read; in sane_read()
4090 page->bytes_scanned, page->bytes_read, page->bytes_total,*len); in sane_read()
4097 if(page->bytes_read == page->bytes_scanned && s->fullscan.done){ in sane_read()
4437 int last_out_row = (page->bytes_scanned / page->image->width_bytes) - 1; in copy_block_to_page()
4460 DBG (15, "copy_block_to_page: bs %d wb %d\n", page->bytes_scanned, page->image->width_bytes); in copy_block_to_page()
4466 page->bytes_scanned, page->bytes_read, page->bytes_total,page->image->width_bytes); in copy_block_to_page()
4554 page->bytes_scanned += page->image->width_bytes; in copy_block_to_page()

Completed in 7 milliseconds