Home
last modified time | relevance | path

Searched refs:res_list_size (Results 1 - 15 of 15) sorted by relevance

/third_party/backends/backend/
H A Depson2-ops.c173 dev->res_list_size = 0; in e2_dev_init()
207 if (dev->res_list_size == 0) { in e2_dev_post_init()
234 last = dev->res_list[dev->res_list_size - 1]; in e2_dev_post_init()
253 last = dev->res_list[dev->res_list_size - 1]; in e2_dev_post_init()
278 malloc((dev->res_list_size + 1) * sizeof(SANE_Word)); in e2_dev_post_init()
284 *(dev->resolution_list) = dev->res_list_size; in e2_dev_post_init()
287 dev->res_list_size * sizeof(SANE_Word)); in e2_dev_post_init()
390 dev->res_list_size++; in e2_add_resolution()
392 dev->res_list_size * in e2_add_resolution()
400 dev->res_list[dev->res_list_size in e2_add_resolution()
[all...]
H A Du12-if.c455 dev->res_list_size = 0; in u12if_getCaps()
457 dev->res_list_size++; in u12if_getCaps()
458 dev->res_list[dev->res_list_size - 1] = (SANE_Int)cntr; in u12if_getCaps()
H A Dkodakaio.h71 SANE_Int res_list_size; /* number of entries in this list */ member
H A Dmagicolor.h112 SANE_Int res_list_size; /* number of entries in this list */ member
H A Depson.h192 SANE_Int res_list_size; /* number of entries in this list */ member
H A Dplustek.h354 SANE_Int res_list_size; /* resolution values */ member
H A Du12.h238 SANE_Int res_list_size; /* resolution values */ member
H A Depson.c5958 s->hw->res_list_size = 0; in get_identity_information()
5960 (SANE_Int *) calloc (s->hw->res_list_size, sizeof (SANE_Int)); in get_identity_information()
5984 s->hw->res_list_size++; in get_identity_information()
5987 s->hw->res_list_size * sizeof (SANE_Int)); in get_identity_information()
5995 s->hw->res_list[s->hw->res_list_size - 1] = (SANE_Int) val; in get_identity_information()
6034 s->hw->res_list_size++; in get_identity_information()
6037 s->hw->res_list_size * sizeof (SANE_Int)); in get_identity_information()
6045 s->hw->res_list[s->hw->res_list_size - 1] = (SANE_Int) val; in get_identity_information()
6065 dev->dpi_range.max = s->hw->res_list[s->hw->res_list_size - 1]; in get_identity_information()
6089 malloc ((s->hw->res_list_size in get_identity_information()
[all...]
H A Dplustek_pp.c1087 dev->res_list_size = 0; in attach()
1089 dev->res_list_size++; in attach()
1090 dev->res_list[dev->res_list_size - 1] = (SANE_Int)cntr; in attach()
1496 int min_d = s->hw->res_list[s->hw->res_list_size - 1]; in sane_control_option()
1500 for( n = 0; n < s->hw->res_list_size; n++ ) { in sane_control_option()
H A Depson2.h334 SANE_Int res_list_size; /* number of entries in this list */ member
H A Dplustek-pp.h556 SANE_Int res_list_size; /* resolution values */ member
H A Dmagicolor.c1200 for (rs=0; rs < s->hw->cap->res_list_size; rs++ ) { in mc_set_scanning_parameters()
2426 res_list = malloc((s->hw->cap->res_list_size + 1) * sizeof(SANE_Word)); in init_options()
2430 *(res_list) = s->hw->cap->res_list_size; in init_options()
2431 memcpy(&(res_list[1]), s->hw->cap->res_list, s->hw->cap->res_list_size * sizeof(SANE_Word)); in init_options()
H A Dplustek.c1370 dev->res_list_size = 0; in attach()
1372 dev->res_list_size++; in attach()
1373 dev->res_list[dev->res_list_size - 1] = (SANE_Int)cntr; in attach()
1983 int min_d = dev->res_list[dev->res_list_size - 1]; in sane_control_option()
1987 for( n = 0; n < dev->res_list_size; n++ ) { in sane_control_option()
H A Dkodakaio.c1600 for (rs=0; rs < s->hw->cap->res_list_size; rs++ ) { in k_set_scanning_parameters()
2809 res_list = malloc((s->hw->cap->res_list_size + 1) * sizeof(SANE_Word)); in init_options()
2813 *(res_list) = s->hw->cap->res_list_size; in init_options()
2814 memcpy(&(res_list[1]), s->hw->cap->res_list, s->hw->cap->res_list_size * sizeof(SANE_Word)); in init_options()
H A Du12.c1272 int min_d = s->hw->res_list[s->hw->res_list_size - 1]; in sane_control_option()
1276 for( n = 0; n < s->hw->res_list_size; n++ ) { in sane_control_option()

Completed in 52 milliseconds