Lines Matching defs:width

75 static void cfg_offset_get(SANE_Int sensortype, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width);
76 static void ua4900_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width);
77 static void hp3800_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width);
78 static void hp3970_offset(SANE_Int sensor, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width);
79 static void hp4370_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width);
99 /* values to detect optimum pulse-width modulation */
106 /* fixed pulse-width modulation values */
768 static void hp3800_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width)
770 /* this function provides left coordinate and width to calculate offset
777 SANE_Int width;
796 if ((left != NULL)&&(width != NULL))
808 *width = myreg[a].values[scantype].width;
816 static void hp3970_offset(SANE_Int sensor, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width)
818 /* this function provides left coordinate and width to calculate offset */
823 SANE_Int width;
852 if ((left != NULL)&&(width != NULL))
864 *width = myreg[a].values[scantype].width;
872 static void hp4370_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width)
874 /* this function provides left coordinate and width to calculate offset */
879 SANE_Int width;
899 if ((left != NULL)&&(width != NULL))
911 *width = myreg[a].values[scantype].width;
919 static void ua4900_offset(SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width)
921 /* this function provides left coordinate and width to calculate offset */
926 SANE_Int width;
946 if ((left != NULL)&&(width != NULL))
958 *width = myreg[a].values[scantype].width;
966 static void cfg_offset_get(SANE_Int sensortype, SANE_Int resolution, SANE_Int scantype, SANE_Int *left, SANE_Int *width)
971 ua4900_offset(resolution, scantype, left, width);
976 hp3800_offset(resolution, scantype, left, width);
982 hp4370_offset(resolution, scantype, left, width);
986 hp3970_offset(sensortype, resolution, scantype, left, width);
1007 /* , {{left, width, top, height}, {left, width, top, height}, {left, width, top, height}}}, */
1506 /** SEC: Pulse-width modulation check stable ---------- */
1673 /** SEC: Fixed pulse-width modulation values ---------- */