Lines Matching refs:scan
80 CANON_Handle scan;
92 0, /* Number of bytes returned per scan line: */
93 0, /* Number of pixels per scan line. */
94 0, /* Number of lines for the current scan. */
150 done only once, at first scan after powerup.
158 SANE_I18N ("Force scanner calibration before scan"),
193 This option lets the user select the scan resolution. The Canon fb630u
251 This option lets the user select a gray scale scan
257 SANE_I18N ("Grayscale scan"),
258 SANE_I18N ("Do a grayscale rather than color scan"),
400 This option controls the top-left-x corner of the scan
443 This option controls the top-left-y corner of the scan
486 This option controls the bot-right-x corner of the scan
530 This option controls the bot-right-y corner of the scan
647 CANON_Handle scan;
670 status = CANON_open_device (&scan, devicename);
680 dev->sane.model = CANON_get_device_name (&scan);
682 CANON_close_device (&scan);
852 status = CANON_open_device (&scanner->scan, dev->sane.name);
906 CANON_close_device (&scanner->scan);
981 res = CANON_set_scan_parameters (&scanner->scan,
1003 return CANON_start_scan (&scanner->scan);
1012 return CANON_read (&scanner->scan, data, max_length, length);