Lines Matching defs:test
43 /* test cases
1613 int test;
1619 test = 0;
1644 if (test > 0)
1645 n = 1; /* test if 8 images are next to one another */
1648 /* test if 2 images are next to one another */
1649 if ((s->cfg->pid == MP960_PID) && (s->param->xdpi == 4800) && (test > 0))
1677 /* have to test if rounding down is OK or not -- currently 0.5 lines is rounded down */
1679 if ((s->cfg->pid == CS9000F_PID || s->cfg->pid == CS9000F_MII_PID) && (s->param->xdpi == 9600) && (test > 0))
1681 /* using test==2 you can check in GIMP the required offset, and
1683 number, and then compile again with test set to 1. */
1686 if (test == 2)
1690 /* mp960 test */
1691 if ((s->cfg->pid == MP960_PID) && (s->param->xdpi == 4800) && (test > 0))
1694 if (test == 2)
1740 /*PDBG (pixma_dbg (4, "*post_process_image_data***** test = %i *****\n", test)); */
1747 || (test == 0))