Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmustek.c1724 SANE_Fixed max_dpi, quant, half_res; in constrain_value() local
1728 half_res = max_dpi / 2; in constrain_value()
1730 if (w > half_res) in constrain_value()
1772 SANE_Fixed quant, half_res; in encode_resolution() local
1775 half_res = max_dpi / 2; in encode_resolution()
1777 if (dpi <= half_res) in encode_resolution()
3224 long res, half_res; in get_image_status() local
3261 half_res = SANE_UNFIX (s->hw->dpi_range.max) / 2; in get_image_status()
3263 if ((s->hw->flags & MUSTEK_FLAG_ENLARGE_X) && (res > half_res)) in get_image_status()
3265 *bpl = (s->hw->bpl * res) / half_res / in get_image_status()
3289 long res, half_res; get_window() local
3575 SANE_Int color, pixel, res, half_res, scale; fix_line_distance_se() local
3862 SANE_Int res, half_res, y, x_out, x_in; fix_line_distance_pro() local
4710 SANE_Int half_res = SANE_UNFIX (s->hw->dpi_range.max) / 2; output_data() local
[all...]

Completed in 5 milliseconds