Lines Matching refs:unit

365   od->unit = SANE_UNIT_NONE;
380 od->unit = SANE_UNIT_NONE;
393 od->unit = SANE_UNIT_NONE;
409 od->unit = SANE_UNIT_NONE;
427 od->unit = SANE_UNIT_NONE;
441 od->unit = SANE_UNIT_NONE;
456 od->unit = SANE_UNIT_NONE;
476 od->unit = SANE_UNIT_DPI;
489 od->unit = SANE_UNIT_NONE;
505 od->unit = SANE_UNIT_NONE;
525 od->unit = SANE_UNIT_NONE;
544 od->unit = SANE_UNIT_NONE;
559 od->unit = SANE_UNIT_NONE;
573 od->unit = SANE_UNIT_NONE;
588 od->unit = SANE_UNIT_NONE;
602 od->unit = SANE_UNIT_MICROSECOND;
620 od->unit = SANE_UNIT_NONE;
638 od->unit = SANE_UNIT_PIXEL;
652 od->unit = SANE_UNIT_NONE;
666 od->unit = SANE_UNIT_NONE;
680 od->unit = SANE_UNIT_NONE;
695 od->unit = SANE_UNIT_NONE;
708 od->unit = SANE_UNIT_NONE;
721 od->unit = SANE_UNIT_NONE;
734 od->unit = SANE_UNIT_MM;
747 od->unit = SANE_UNIT_MM;
760 od->unit = SANE_UNIT_MM;
773 od->unit = SANE_UNIT_MM;
786 od->unit = SANE_UNIT_NONE;
802 od->unit = SANE_UNIT_NONE;
821 od->unit = SANE_UNIT_NONE;
840 od->unit = SANE_UNIT_NONE;
857 od->unit = SANE_UNIT_NONE;
873 od->unit = SANE_UNIT_NONE;
891 od->unit = SANE_UNIT_NONE;
907 od->unit = SANE_UNIT_NONE;
918 od->desc = SANE_I18N ("(1/7) Int test option with no unit and no "
921 od->unit = SANE_UNIT_NONE;
934 od->desc = SANE_I18N ("(2/7) Int test option with unit pixel and "
938 od->unit = SANE_UNIT_PIXEL;
951 od->desc = SANE_I18N ("(3/7) Int test option with unit bits and "
954 od->unit = SANE_UNIT_BIT;
967 od->desc = SANE_I18N ("(4/7) Int test option with unit mm and using "
970 od->unit = SANE_UNIT_MM;
983 od->desc = SANE_I18N ("(5/7) Int test option with unit dpi and using "
987 od->unit = SANE_UNIT_DPI;
1001 od->desc = SANE_I18N ("(6/7) Int test option with unit percent and using "
1004 od->unit = SANE_UNIT_PERCENT;
1021 od->unit = SANE_UNIT_NONE;
1038 od->unit = SANE_UNIT_NONE;
1052 od->unit = SANE_UNIT_NONE;
1066 od->unit = SANE_UNIT_NONE;
1081 od->unit = SANE_UNIT_NONE;
1094 od->unit = SANE_UNIT_NONE;
1105 od->desc = SANE_I18N ("(1/3) Fixed test option with no unit and no "
1108 od->unit = SANE_UNIT_NONE;
1121 od->desc = SANE_I18N ("(2/3) Fixed test option with unit microsecond and "
1125 od->unit = SANE_UNIT_MICROSECOND;
1138 od->desc = SANE_I18N ("(3/3) Fixed test option with no unit and "
1141 od->unit = SANE_UNIT_NONE;
1156 od->unit = SANE_UNIT_NONE;
1169 od->unit = SANE_UNIT_NONE;
1188 od->unit = SANE_UNIT_NONE;
1208 od->unit = SANE_UNIT_NONE;
1228 od->unit = SANE_UNIT_NONE;
1241 od->unit = SANE_UNIT_NONE;
1599 DBG (0, " unit: %s\n",
1600 od->unit == SANE_UNIT_NONE ? "SANE_UNIT_NONE" :
1601 od->unit == SANE_UNIT_PIXEL ? "SANE_UNIT_PIXEL" :
1602 od->unit == SANE_UNIT_BIT ? "SANE_UNIT_BIT" :
1603 od->unit == SANE_UNIT_MM ? "SANE_UNIT_MM" :
1604 od->unit == SANE_UNIT_DPI ? "SANE_UNIT_DPI" :
1605 od->unit == SANE_UNIT_PERCENT ? "SANE_UNIT_PERCENT" :
1606 od->unit == SANE_UNIT_MICROSECOND ? "SANE_UNIT_MICROSECOND" :
2207 test_device->opt[option].unit == SANE_UNIT_MM ? "mm" : "dpi");
2528 test_device->opt[option].unit ==