Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dcoolscan2.c261 unsigned int real_resx, real_resy, real_pitchx, real_pitchy; member
2639 s->real_resx = s->res_preview; in cs2_convert_options()
2644 s->real_resx = s->resx; in cs2_convert_options()
2649 s->real_resx = s->res; in cs2_convert_options()
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()
2913 cs2_pack_byte (s, s->real_resx >> 8); in cs2_scan()
2914 cs2_pack_byte (s, s->real_resx & 0xff); in cs2_scan()
H A Dcoolscan3.c226 unsigned int real_resx, real_resy, real_pitchx, real_pitchy; member
2793 s->real_resx = s->res_preview; in cs3_convert_options()
2796 s->real_resx = s->resx; in cs3_convert_options()
2799 s->real_resx = s->res; in cs3_convert_options()
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()
2810 s->real_resx, s->real_resy, s->real_pitchx, s->real_pitchy); in cs3_convert_options()
3017 cs3_pack_word(s, s->real_resx); in cs3_set_window()