Home
last modified time | relevance | path

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

/third_party/backends/backend/genesys/
H A Dlow.cpp773 unsigned startx_xres = s.optical_resolution; in compute_session_pixel_offsets() local
778 startx_xres /= 2; in compute_session_pixel_offsets()
781 startx_xres /= 4; in compute_session_pixel_offsets()
784 s.pixel_startx = (s.output_startx * startx_xres) / s.params.xres; in compute_session_pixel_offsets()
996 unsigned startx_xres = s.optical_resolution; in compute_session() local
999 startx_xres /= 2; in compute_session()
1002 startx_xres /= 4; in compute_session()
1005 unsigned optical_startx = s.output_startx * startx_xres / s.params.xres; in compute_session()

Completed in 3 milliseconds