Home
last modified time | relevance | path

Searched refs:resx_max (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dcoolscan3.c203 unsigned int resx_optical, resx_min, resx_max, *resx_list, member
1021 s->res = s->resx = s->resx_max; in sane_open()
1024 s->res_preview = s->resx_max / 10; in sane_open()
2476 s->resx_max = 256 * s->recv_buf[20] + s->recv_buf[21]; in cs3_full_inquiry()
2498 floor(s->resx_max / (double) s->resx_min); in cs3_full_inquiry()
2504 s->resx_list[pitch - 1] = s->resx_max / pitch; in cs3_full_inquiry()
2517 s->unit_dpi = s->resx_max; in cs3_full_inquiry()
2523 s->resx_min, s->resx_max); in cs3_full_inquiry()
2806 s->real_pitchx = s->resx_max / s->real_resx; in cs3_convert_options()
2809 s->real_resx = s->resx_max / in cs3_convert_options()
[all...]
H A Dcoolscan2.c240 unsigned int resx_optical, resx_min, resx_max, *resx_list, resx_n_list; member
1026 s->res = s->resx = s->resx_max; in sane_open()
1029 s->res_preview = s->resx_max / 10; in sane_open()
2430 s->resx_max = 256 * s->recv_buf[20] + s->recv_buf[21]; in cs2_full_inquiry()
2451 s->resx_n_list = pitch_max = floor (s->resx_max / (double) s->resx_min); in cs2_full_inquiry()
2456 s->resx_list[pitch - 1] = s->resx_max / pitch; in cs2_full_inquiry()
2466 s->unit_dpi = s->resx_max; in cs2_full_inquiry()
2655 s->real_pitchx = s->resx_max / s->real_resx; in cs2_convert_options()
2658 s->real_resx = s->resx_max / s->real_pitchx; in cs2_convert_options()

Completed in 7 milliseconds