Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Dlow.cpp791 unsigned startx_xres = s.optical_resolution; in compute_session_pixel_offsets() local
796 startx_xres /= 2; in compute_session_pixel_offsets()
799 startx_xres /= 4; in compute_session_pixel_offsets()
802 s.pixel_startx = (s.output_startx * startx_xres) / s.params.xres; in compute_session_pixel_offsets()
1006 unsigned startx_xres = s.optical_resolution; in compute_session() local
1009 startx_xres /= 2; in compute_session()
1012 startx_xres /= 4; in compute_session()
1015 unsigned optical_startx = s.output_startx * startx_xres / s.params.xres; in compute_session()