Searched refs:real_height (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | coolscan2.c | 262 unsigned long real_xoffset, real_yoffset, real_width, real_height, member 2691 s->real_height = s->logical_height * s->real_pitchy; in cs2_convert_options() 2701 s->real_focusy = s->real_yoffset + s->real_height / 2; in cs2_convert_options() 2936 cs2_pack_byte (s, (s->real_height >> 24) & 0xff); in cs2_scan() 2937 cs2_pack_byte (s, (s->real_height >> 16) & 0xff); in cs2_scan() 2938 cs2_pack_byte (s, (s->real_height >> 8) & 0xff); in cs2_scan() 2939 cs2_pack_byte (s, s->real_height & 0xff); in cs2_scan()
|
H A D | coolscan3.c | 227 unsigned long real_xoffset, real_yoffset, real_width, real_height, member 2850 s->real_height = s->logical_height * s->real_pitchy; in cs3_convert_options() 2854 s->real_width, s->real_height); in cs3_convert_options() 2863 s->real_focusy = s->real_yoffset + s->real_height / 2; in cs3_convert_options() 3025 cs3_pack_long(s, s->real_height); in cs3_set_window()
|
Completed in 10 milliseconds