Home
last modified time | relevance | path

Searched refs:OPT_CROP_IMAGE (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dpieusb_specific.c875 scanner->opt[OPT_CROP_IMAGE].name = "crop"; in sanei_pieusb_init_options()
876 scanner->opt[OPT_CROP_IMAGE].title = "Cropping"; in sanei_pieusb_init_options()
877 scanner->opt[OPT_CROP_IMAGE].desc = "How to crop the image"; in sanei_pieusb_init_options()
878 scanner->opt[OPT_CROP_IMAGE].type = SANE_TYPE_STRING; in sanei_pieusb_init_options()
879 scanner->opt[OPT_CROP_IMAGE].size = max_string_size ((SANE_String_Const const *)(void*) scanner->device->crop_sw_list); in sanei_pieusb_init_options()
880 scanner->opt[OPT_CROP_IMAGE].constraint_type = SANE_CONSTRAINT_STRING_LIST; in sanei_pieusb_init_options()
881 scanner->opt[OPT_CROP_IMAGE].constraint.string_list = (SANE_String_Const const *)(void*) scanner->device->crop_sw_list; in sanei_pieusb_init_options()
882 scanner->val[OPT_CROP_IMAGE].s = (SANE_Char *) strdup (scanner->device->crop_sw_list[2]); in sanei_pieusb_init_options()
1523 if (strcmp(scanner->val[OPT_CROP_IMAGE].s, scanner->device->crop_sw_list[0]) != 0) { in sanei_pieusb_analyse_options()
1524 DBG (DBG_info_sane, "Option %s = %s ignored during preview\n", scanner->opt[OPT_CROP_IMAGE] in sanei_pieusb_analyse_options()
[all...]
H A Dpieusb_specific.h146 OPT_CROP_IMAGE, /* automatically crop image */ enumerator
H A Dpieusb.c619 case OPT_CROP_IMAGE: in sane_control_option()
708 case OPT_CROP_IMAGE: in sane_control_option()

Completed in 6 milliseconds