Lines Matching defs:invert
2579 int invert = 0;
2586 /* Seems that models 3c/4c/6100C invert image data at 10 bit by themself. */
2587 /* So we must not invert it by the invert command. */
2632 invert = 1;
2633 if (fw_invert) invert = 0;
2634 /* For active XPA we use a tone map. Dont invert */
2635 if ( (!disable_xpa) && sanei_hp_is_active_xpa (scsi) ) invert = 0;
2638 invert = 1;
2639 if (fw_invert) invert = 0;
2640 /* For active XPA we use a tone map. Dont invert */
2641 if ( (!disable_xpa) && sanei_hp_is_active_xpa (scsi) ) invert = 0;
2647 return sanei_hp_scl_set(scsi, SCL_INVERSE_IMAGE, invert);