Lines Matching refs:get
169 . . - sane_get_select_fd : get scanner fd
171 . . - sane_get_option_descriptor() : get option information
228 - get/setopt cmds 20
278 (void) authorize; /* get rid of compiler warning */
330 (void) local_only; /* get rid of compiler warning */
893 * get status from scanner
928 * get scanner identification
1386 /*flaming hack to get scanimage to hide group*/
1505 DBG (20, "sane_control_option: get value for '%s' (%d)\n", s->opt[option].name,option);
2349 * for example, to get an estimate of how big the scanned image will
2643 3. get line (d2)
2647 7. get line (d2)
2897 /* get color channel values and count of pixels pegged at 255 */
3651 * then take the tangent to get slope (T.O.A)
3956 /* scan not finished, get more into block buffer */
4012 /* get the 0x43 cmd for the S300, S1100, S1300 */
4050 int get = (in[6] << 8) | in[7];
4052 /*always have to get full blocks*/
4053 if(get % s->block_img.height){
4054 get += s->block_img.height - (get % s->block_img.height);
4057 if(get < s->fullscan.height){
4058 DBG (15, "sane_read: paper out? %d\n",get);
4059 s->fullscan.total_bytes = s->fullscan.width_bytes * get;
4845 /* this command has a cmd component, and a place to get it */
4871 /* this command has a write component, and a place to get it */