Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Depjitsu.c4458 int this_out_row = (this_in_row - page->image->y_skip_offset) * page->image->y_res / s->fullscan.y_res; in copy_block_to_page() local
4459 DBG (15, "copy_block_to_page: in %d out %d lastout %d\n", this_in_row, this_out_row, last_out_row); in copy_block_to_page()
4463 if(this_out_row >= page->image->height || this_out_row < 0){ in copy_block_to_page()
4471 if(this_out_row > last_out_row){ in copy_block_to_page()
4475 unsigned char * p_out = page->image->buffer + this_out_row * page->image->width_bytes; in copy_block_to_page()
4478 last_out_row = this_out_row; in copy_block_to_page()

Completed in 6 milliseconds