Searched refs:real_resx (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | coolscan3.c | 226 unsigned int real_resx, real_resy, real_pitchx, real_pitchy; member 2796 s->real_resx = s->res_preview; in cs3_convert_options() 2799 s->real_resx = s->resx; in cs3_convert_options() 2802 s->real_resx = s->res; in cs3_convert_options() 2806 s->real_pitchx = s->resx_max / s->real_resx; in cs3_convert_options() 2809 s->real_resx = s->resx_max / s->real_pitchx; in cs3_convert_options() 2813 s->real_resx, s->real_resy, s->real_pitchx, s->real_pitchy); in cs3_convert_options() 3020 cs3_pack_word(s, s->real_resx); in cs3_set_window()
|
H A D | coolscan2.c | 261 unsigned int real_resx, real_resy, real_pitchx, real_pitchy; member 2642 s->real_resx = s->res_preview; in cs2_convert_options() 2647 s->real_resx = s->resx; in cs2_convert_options() 2652 s->real_resx = s->res; in cs2_convert_options() 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() 2916 cs2_pack_byte (s, s->real_resx >> 8); in cs2_scan() 2917 cs2_pack_byte (s, s->real_resx & 0xff); in cs2_scan()
|
Completed in 12 milliseconds