Home
last modified time | relevance | path

Searched refs:pos_top_left_y (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Dgenesys.h213 SANE_Word pos_top_left_y = 0; member
H A Dgenesys.cpp4338 settings.tl_y = fixed_to_float(s->pos_top_left_y); in calculate_scan_settings()
4606 s.pos_top_left_y = 0; in set_xy_range_option_values()
5698 *reinterpret_cast<SANE_Word*>(val) = s->pos_top_left_y; in get_option_value()
5900 s->pos_top_left_y = *reinterpret_cast<SANE_Word*>(val); in set_option_value()
6261 if (s->pos_top_left_y >= s->pos_bottom_right_y) { in sane_start_impl()