Lines Matching refs:jumplines
205 unsigned jumplines; /* added for MP810, MP960 at 4800dpi & 9000F at 9600dpi */
589 mp->jumplines = 0;
654 mp->jumplines = 32; /* try 33 or 34 */
680 mp->jumplines = 33; /* better than 32 or 34 : applies to flatbed & TPU */
704 mp->jumplines = 33; /* better than 32 or 34 : applies to flatbed & TPU */
721 mp->jumplines = 34; /* better than 32 or 34 : applies to flatbed & TPU */
794 /* PDBG (pixma_dbg (4, "*calc_shifing***** color_shift = %u, stripe_shift = %u, jumplines = %u *****\n",
795 mp->color_shift, mp->stripe_shift, mp->jumplines)); */
796 return (2 * mp->color_shift + mp->stripe_shift + mp->jumplines); /* note impact of stripe shift2 later if needed! */
1612 unsigned /*color_shift, stripe_shift, stripe_shift2,*/ jumplines /*, height*/;
1618 /* set this to 2 if you want to see the same with jumplines=0 */
1620 jumplines = 0;
1670 jumplines = mp->jumplines;
1685 jumplines = 32;
1687 jumplines = 0;
1693 jumplines = 32;
1695 jumplines = 0;
1698 reducelines = ((2 * mp->color_shift + mp->stripe_shift) + jumplines);
1720 jumplines * line_size);
1732 jumplines * line_size);