Searched refs:HALFTONE_STR (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | sceptre.h | 283 #define HALFTONE_STR SANE_VALUE_SCAN_MODE_HALFTONE macro
|
H A D | pie.c | 118 #define HALFTONE_STR SANE_VALUE_SCAN_MODE_HALFTONE
macro 1173 dev->scan_mode_list[3] = HALFTONE_STR;
in attach_scanner() 3382 halftoning = (strcmp (val, HALFTONE_STR) == 0);
in sane_control_option() 3401 || (strcmp (val, HALFTONE_STR) == 0)
in sane_control_option() 3477 if (strcmp (mode, LINEART_STR) == 0 || strcmp (mode, HALFTONE_STR) == 0)
in sane_get_parameters() 3653 else if (strcmp (mode, HALFTONE_STR) == 0)
in sane_start()
|
H A D | sceptre.c | 82 static const SANE_String scan_mode_list[] = { LINEART_STR, HALFTONE_STR, 1577 else if (strcmp (dev->val[OPT_MODE].s, HALFTONE_STR) == 0) in sane_control_option()
|
H A D | umax.c | 184 #define HALFTONE_STR SANE_VALUE_SCAN_MODE_HALFTONE macro 5067 scan_mode_list[++scan_modes]= HALFTONE_STR; in init_options() 6904 (strcmp(mode, HALFTONE_STR) == 0) || in sane_control_option() 6990 halftoning = (strcmp(val, HALFTONE_STR) == 0 || strcmp(val, COLOR_HALFTONE_STR) == 0); in sane_control_option() 7213 if (strcmp(mode, LINEART_STR) == 0 || strcmp(mode, HALFTONE_STR) == 0) in sane_get_parameters() 7490 else if (strcmp(mode, HALFTONE_STR) == 0) in sane_start() 7819 if ( (strcmp(mode, HALFTONE_STR) == 0) || (strcmp(mode, COLOR_HALFTONE_STR) == 0) ) in sane_start()
|
Completed in 15 milliseconds