Searched refs:jumplines (Results 1 - 1 of 1) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_mp800.c | 205 unsigned jumplines; /* added for MP810, MP960 at 4800dpi & 9000F at 9600dpi */ member 589 mp->jumplines = 0; in calc_shifting() 654 mp->jumplines = 32; /* try 33 or 34 */ in calc_shifting() 680 mp->jumplines = 33; /* better than 32 or 34 : applies to flatbed & TPU */ in calc_shifting() 704 mp->jumplines = 33; /* better than 32 or 34 : applies to flatbed & TPU */ in calc_shifting() 721 mp->jumplines = 34; /* better than 32 or 34 : applies to flatbed & TPU */ in calc_shifting() 794 /* PDBG (pixma_dbg (4, "*calc_shifing***** color_shift = %u, stripe_shift = %u, jumplines = %u *****\n", in calc_shifting() 795 mp->color_shift, mp->stripe_shift, mp->jumplines)); */ in calc_shifting() 796 return (2 * mp->color_shift + mp->stripe_shift + mp->jumplines); /* note impact of stripe shift2 later if needed! */ in calc_shifting() 1612 unsigned /*color_shift, stripe_shift, stripe_shift2,*/ jumplines /*, heigh in post_process_image_data() local [all...] |
Completed in 3 milliseconds