Home
last modified time | relevance | path

Searched refs:halftoning (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dpie.c3359 int halftoning; in sane_control_option() local
3382 halftoning = (strcmp (val, HALFTONE_STR) == 0); in sane_control_option()
3384 if (halftoning || strcmp (val, LINEART_STR) == 0) in sane_control_option()
3386 if (halftoning) in sane_control_option()
3387 { /* halftoning modes */ in sane_control_option()
H A Dmustek.c1920 /* pixel unit and halftoning: */ in area_and_windows()
5967 SANE_Int halftoning, binary; in sane_control_option() local
5998 halftoning = strcmp (val, SANE_VALUE_SCAN_MODE_HALFTONE) == 0; in sane_control_option()
5999 binary = (halftoning || strcmp (val, SANE_VALUE_SCAN_MODE_LINEART) == 0); in sane_control_option()
6011 if (halftoning) in sane_control_option()
H A Dumax.c6931 int halftoning; in sane_control_option() local
6990 halftoning = (strcmp(val, HALFTONE_STR) == 0 || strcmp(val, COLOR_HALFTONE_STR) == 0); in sane_control_option()
6992 if (halftoning || strcmp(val, LINEART_STR) == 0 || strcmp(val, COLOR_LINEART_STR) == 0) in sane_control_option()
6999 if (halftoning) in sane_control_option()
7000 { /* halftoning modes */ in sane_control_option()

Completed in 20 milliseconds