Lines Matching defs:dither
1667 /* Select vertical dither pattern, and upload it */
1671 /* Flip it to get a horizontal dither pattern */
2018 HpOption dither;
2022 dither = hp_optset_getByName(optset, SANE_NAME_HALFTONE_PATTERN);
2023 assert(dither != 0);
2026 dither = hp_optset_getByName(optset, HP_NAME_HORIZONTAL_DITHER);
2028 assert(dither != 0);
2031 dither = 0;
2036 if (!dither)
2038 return hp_option_download(dither, data, optset, scsi);
2801 HpOption dither = hp_optset_get(optset, HALFTONE_PATTERN);
2803 return dither && hp_option_getint(dither, data) == HP_DITHER_CUSTOM;