Lines Matching defs:left

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);
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
776 SANE_Int left;
796 if ((left != NULL)&&(width != NULL))
807 *left = myreg[a].values[scantype].left;
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 */
822 SANE_Int left;
852 if ((left != NULL)&&(width != NULL))
863 *left = myreg[a].values[scantype].left;
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 */
878 SANE_Int left;
899 if ((left != NULL)&&(width != NULL))
910 *left = myreg[a].values[scantype].left;
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 */
925 SANE_Int left;
946 if ((left != NULL)&&(width != NULL))
957 *left = myreg[a].values[scantype].left;
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}}}, */