Home
last modified time | relevance | path

Searched refs:min_hei_px (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/sane-airscan/sane-airscan-0.99.26/
H A Dairscan-devcaps.c83 src->min_hei_px = math_max(s1->min_hei_px, s2->min_hei_px); in devcaps_source_merge()
87 (src->min_hei_px > src->max_hei_px)) { in devcaps_source_merge()
202 math_fmt_mm(math_px2mm_res(src->min_hei_px, caps->units), ybuf); in devcaps_dump()
205 src->min_wid_px, src->min_hei_px, xbuf, ybuf); in devcaps_dump()
H A Dairscan-escl.c360 err = xml_rd_node_value_uint(xml, &src->min_hei_px); in escl_devcaps_source_parse()
382 if (src->min_hei_px > src->max_hei_px) in escl_devcaps_source_parse()
H A Dairscan-wsd.c405 src->min_hei_px = min_hei; in wsd_devcaps_parse_source()
H A Dairscan-device.c1051 src->min_hei_px, src->max_hei_px, y_resolution, dev->opt.caps.units); in device_stm_start_scan()
H A Dairscan.h2511 SANE_Word min_hei_px, max_hei_px; /* Min/max height, in pixels */ member