Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dcoolscan3.c203 unsigned int resx_optical, resx_min, resx_max, *resx_list, member
1018 s->res = s->resx = s->resx_max; in sane_open()
1021 s->res_preview = s->resx_max / 10; in sane_open()
2473 s->resx_max = 256 * s->recv_buf[20] + s->recv_buf[21]; in cs3_full_inquiry()
2495 floor(s->resx_max / (double) s->resx_min); in cs3_full_inquiry()
2501 s->resx_list[pitch - 1] = s->resx_max / pitch; in cs3_full_inquiry()
2514 s->unit_dpi = s->resx_max; in cs3_full_inquiry()
2520 s->resx_min, s->resx_max); in cs3_full_inquiry()
2803 s->real_pitchx = s->resx_max / s->real_resx; in cs3_convert_options()
2806 s->real_resx = s->resx_max / s->real_pitchx; in cs3_convert_options()
H A Dcoolscan2.c240 unsigned int resx_optical, resx_min, resx_max, *resx_list, resx_n_list; member
1023 s->res = s->resx = s->resx_max; in sane_open()
1026 s->res_preview = s->resx_max / 10; in sane_open()
2427 s->resx_max = 256 * s->recv_buf[20] + s->recv_buf[21]; in cs2_full_inquiry()
2448 s->resx_n_list = pitch_max = floor (s->resx_max / (double) s->resx_min); in cs2_full_inquiry()
2453 s->resx_list[pitch - 1] = s->resx_max / pitch; in cs2_full_inquiry()
2463 s->unit_dpi = s->resx_max; in cs2_full_inquiry()
2652 s->real_pitchx = s->resx_max / s->real_resx; in cs2_convert_options()
2655 s->real_resx = s->resx_max / s->real_pitchx; in cs2_convert_options()