Lines Matching defs:scan
87 - shorten default scan sizes from 15.4 to 11.75 inches
116 - increase scan height ~1/2 inch due to head offset
149 - call get_hardware_status before starting scan
159 - fix hanging scan when using source = ADF Back (fixes #601)
173 . . - sane_get_parameters() : returns estimated scan parameters
177 . . - sane_get_parameters() : returns actual scan parameters
1101 /* scan mode */
2077 /* set up the calibration scan structs */
2143 /* this holds up to 512k of raw scan data */
2168 /* output image might be different from scan due to interpolation */
2338 * that the current scan will return.
2341 * This function is used to obtain the current scan parameters. The
2343 * a scan has been started (sane_start() has been called) and the
2348 * Calling this function before a scan has actually started allows,
2514 /* reset scan */
2535 ret = scan(s);
2537 DBG (5, "sane_start: ERROR: failed to start scan\n");
2717 /* send scan d2 command */
3200 /* send scan d2 command */
3863 scan(struct scanner *s)
3871 DBG (10, "scan: start\n");
3884 DBG (5, "scan: error sending cmd\n");
3888 DBG (5, "scan: cmd bad status?\n");
3892 DBG (10, "scan: finish\n");
3956 /* scan not finished, get more into block buffer */
3962 /* block buffer bigger than remainder of scan, shrink block */
4077 /* scan now finished */
4192 /* if we're using an S1300i with scan resolution 225 or 300, on AC power, the color planes are shifted */
4618 * Cancels a scan.