Home
last modified time | relevance | path

Searched refs:height_dots (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dmustek_usb.c182 s->height_dots = s->height * SANE_UNFIX (s->val[OPT_RESOLUTION].w); in calc_parameters()
186 if (s->height_dots > max_y) in calc_parameters()
187 s->height_dots = max_y; in calc_parameters()
200 if (s->tl_y_dots + s->height_dots > max_y) in calc_parameters()
201 s->tl_y_dots = max_y - s->height_dots; in calc_parameters()
211 s->params.lines = s->height_dots; in calc_parameters()
652 while (s->hw->line_switch >= s->height_dots) in fit_lines()
655 s->hw->line_switch -= s->height_dots; in fit_lines()
1404 if (s->height_dots <= 0) in sane_start()
1423 height = s->height_dots; in sane_start()
[all...]
H A Dmustek_usb_high.h339 SANE_Int height_dots; member
H A Dmicrotek2.c3778 ms->height_dots = md->shading_length; in get_calib_params()
3780 ms->height_dots = mi->calib_space; in get_calib_params()
3913 ms->height_dots = y2_dots - ms->y1_dots; in get_scan_parameters()
3914 if ( ms->height_dots < 10 ) in get_scan_parameters()
3915 ms->height_dots = 10; in get_scan_parameters()
3946 ms->y1_dots, ms->height_dots); in get_scan_parameters()
4548 SW_WNDHEIGHT(POS, ms->height_dots); in scsi_set_window()
H A Dmicrotek2.h1055 SANE_Int height_dots; /* same for height */ member

Completed in 15 milliseconds