Lines Matching defs:distance
1464 sanei_lexmark_low_move_fwd (SANE_Int distance, Lexmark_Device * dev,
1469 resolution of 1200dpi. The distance moved is given by the distance
1472 As an example, given a distance parameter of 600, the scan head will
1536 regs[0x60] = LOBYTE (distance - 1);
1537 regs[0x61] = HIBYTE (distance - 1);
1538 regs[0x62] = LOBYTE (distance);
1539 regs[0x63] = HIBYTE (distance);
2374 /* Calculate vertical start distance at 600dpi */
2854 This is needed to get the right distance to the scanning area */
5116 /* then add distance to go to the "origin dot" */