Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan3.c226 unsigned int real_resx, real_resy, real_pitchx, real_pitchy; member
2807 s->real_pitchy = s->resy_max / s->real_resy; in cs3_convert_options()
2810 s->real_resy = s->resy_max / s->real_pitchy; in cs3_convert_options()
2813 s->real_resx, s->real_resy, s->real_pitchx, s->real_pitchy); in cs3_convert_options()
2848 s->logical_height = (ymax - ymin + 1) / s->real_pitchy; in cs3_convert_options()
2850 s->real_height = s->logical_height * s->real_pitchy; in cs3_convert_options()
H A Dcoolscan2.c261 unsigned int real_resx, real_resy, real_pitchx, real_pitchy; member
2656 s->real_pitchy = s->resy_max / s->real_resy; in cs2_convert_options()
2659 s->real_resy = s->resy_max / s->real_pitchy; in cs2_convert_options()
2689 s->logical_height = (ymax - ymin + 1) / s->real_pitchy; in cs2_convert_options()
2691 s->real_height = s->logical_height * s->real_pitchy; in cs2_convert_options()

Completed in 6 milliseconds