Home
last modified time | relevance | path

Searched refs:real_pitchx (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
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()
2847 s->logical_width = (xmax - xmin + 1) / s->real_pitchx; /* XXX use mm units */ in cs3_convert_options()
2849 s->real_width = s->logical_width * s->real_pitchx; in cs3_convert_options()
H A Dcoolscan2.c261 unsigned int real_resx, real_resy, real_pitchx, real_pitchy; member
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()
2688 s->logical_width = (xmax - xmin + 1) / s->real_pitchx; /* XXXXXXXXX use mm units */ in cs2_convert_options()
2690 s->real_width = s->logical_width * s->real_pitchx; in cs2_convert_options()

Completed in 7 milliseconds