Lines Matching defs:distance
1561 /* we need to add extra line to handle line distance reordering */
1607 /* enough space to handle line distance shift */
1781 /* line distance reordering */
1786 /* the data need if the size of the highest line distance shift */
1850 /* distance correction. We also take care that motor resolution may be */
2061 /* buffer because of line distance handling, when blue data */
6517 SANE_Int distance;
6522 distance = ((dev->ystart - 1) * MOVE_DPI) / dev->ydpi;
6523 dev->ystart = dev->ystart - (distance * dev->ydpi) / MOVE_DPI;
6525 distance -= 30;
6527 DBG (DBG_proc, "move_to_scan_area: distance=%d, ystart=%d\n", distance,
6531 rts8891_move (dev, regs, distance, SANE_TRUE);