Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp5590.c2374 shift_color_lines(SANE_Byte * buffer2, SANE_Int n_lines2, SANE_Byte * buffer1, SANE_Int n_lines1, SANE_Int color_idx, SANE_Int delta_lines, SANE_Bool color_48, unsigned int bytes_per_line) in shift_color_lines() argument
2377 for (SANE_Int i = n_lines2 - 1; i >= 0; --i) { in shift_color_lines()
2418 append_and_move_lines(SANE_Byte * buffer2, SANE_Int n_lines2, SANE_Byte * buffer1, unsigned int * n_lines1_ptr, SANE_Int max_lines, unsigned int bytes_per_line) in append_and_move_lines() argument
2422 SANE_Int copy2 = MY_MIN(n_lines2, max_lines); in append_and_move_lines()
2435 SANE_Int n_copied = copy_n_last_lines(buffer2, n_lines2, buffer1 + *n_lines1_ptr * bytes_per_line, copy2, bytes_per_line); in append_and_move_lines()

Completed in 4 milliseconds