Searched refs:COLOR_STR (Results 1 - 10 of 10) sorted by relevance
/third_party/backends/backend/ |
H A D | teco1.h | 286 #define COLOR_STR SANE_VALUE_SCAN_MODE_COLOR macro
|
H A D | teco3.h | 289 #define COLOR_STR SANE_VALUE_SCAN_MODE_COLOR macro
|
H A D | sceptre.h | 285 #define COLOR_STR SANE_VALUE_SCAN_MODE_COLOR macro
|
H A D | sceptre.c | 83 GRAY_STR, COLOR_STR, NULL 832 (SANE_String *) COLOR_STR, NULL); in sceptre_init_options() 1586 else if (strcmp (dev->val[OPT_MODE].s, COLOR_STR) == 0) in sane_control_option()
|
H A D | umax.c | 188 #define COLOR_STR SANE_VALUE_SCAN_MODE_COLOR macro 1085 (strcmp(scanner->val[OPT_MODE].s, COLOR_STR) == 0) ) /* enable rgb options */ in umax_set_rgb_bind() 1138 (strcmp(scanner->val[OPT_MODE].s, COLOR_STR) == 0) ) /* enable rgb exposure time options */ in umax_set_rgb_bind() 5084 scan_mode_list[++scan_modes]= COLOR_STR; in init_options() 6784 if ( (strcmp(scanner->val[OPT_MODE].s, COLOR_STR) != 0) || in sane_control_option() 6907 else if (strcmp(mode, COLOR_STR) == 0) in sane_control_option() 7086 if (strcmp(val, COLOR_STR) == 0) in sane_control_option() 7114 else if (strcmp(val, COLOR_STR) == 0) in sane_control_option() 7506 else if (strcmp(mode, COLOR_STR) == 0) in sane_start() 7833 if (strcmp(mode, COLOR_STR) in sane_start() [all...] |
H A D | pie.c | 120 #define COLOR_STR SANE_VALUE_SCAN_MODE_COLOR
macro 1170 dev->scan_mode_list[0] = COLOR_STR;
in attach_scanner() 3406 else if (strcmp (val, COLOR_STR) == 0)
in sane_control_option() 3661 else if (strcmp (mode, COLOR_STR) == 0)
in sane_start()
|
H A D | leo.h | 255 #define COLOR_STR SANE_VALUE_SCAN_MODE_COLOR macro
|
H A D | teco1.c | 92 COLOR_STR, 1779 else if (strcmp (dev->val[OPT_MODE].s, COLOR_STR) == 0) in sane_control_option()
|
H A D | leo.c | 84 COLOR_STR, 1583 else if (strcmp (dev->val[OPT_MODE].s, COLOR_STR) == 0) in sane_control_option()
|
H A D | teco3.c | 84 COLOR_STR, 1793 else if (strcmp (dev->val[OPT_MODE].s, COLOR_STR) == 0) in sane_control_option()
|
Completed in 30 milliseconds