Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp5400_sane.c1023 SANE_Word dpiValue = *(SANE_Word *) pVal; in sane_control_option() local
1027 if (dpiValue > maxRes) in sane_control_option()
1029 dpiValue = maxRes; in sane_control_option()
1035 if (dpiValue <= setResolutions[resIdx]) in sane_control_option()
1037 dpiValue = setResolutions[resIdx]; in sane_control_option()
1045 (s->aValues[n].w) = dpiValue; in sane_control_option()

Completed in 2 milliseconds