Home
last modified time | relevance | path

Searched refs:s_mode (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dkodak.c645 s->s_mode[MODE_LINEART] = 1; in init_model()
646 s->s_mode[MODE_HALFTONE] = 1; in init_model()
647 s->s_mode[MODE_GRAYSCALE] = 1; in init_model()
648 s->s_mode[MODE_COLOR] = 1; in init_model()
986 if(s->s_mode[MODE_LINEART]){ in sane_get_option_descriptor()
989 if(s->s_mode[MODE_HALFTONE]){ in sane_get_option_descriptor()
992 if(s->s_mode[MODE_GRAYSCALE]){ in sane_get_option_descriptor()
995 if(s->s_mode[MODE_COLOR]){ in sane_get_option_descriptor()
H A Dfujitsu.c528 - separate s->mode into s_mode and u_mode
2492 s->s_mode = i; in set_mode()
2953 if(s->step_x_res[s->s_mode] && s->step_y_res[s->s_mode]){ in sane_get_option_descriptor()
2956 s->res_range.quant = s->step_x_res[s->s_mode]; in sane_get_option_descriptor()
3252 if(s->s_mode != MODE_HALFTONE){ in sane_get_option_descriptor()
3275 if(s->s_mode != MODE_HALFTONE){ in sane_get_option_descriptor()
3638 if ( must_downsample(s) || s->s_mode < MODE_GRAYSCALE ){ in sane_get_option_descriptor()
6434 set_SD_preread_composition(out, s->s_mode); in diag_preread()
6824 if (s->s_mode in update_params()
[all...]
H A Dkodak.h67 int s_mode[4]; member
H A Dfujitsu.h521 int s_mode; /*color,lineart,etc: sent to scanner*/ member

Completed in 12 milliseconds