Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp5400_sane.c242 static const SANE_Int setResolutions[] = {6, 75, 150, 300, 600, 1200, 2400}; variable
244 static const SANE_Int setResolutions[] = {5, 75, 150, 300, 600, 1200}; variable
299 pDesc->constraint.word_list = setResolutions; in _InitOptions()
301 pVal->w = setResolutions[1]; in _InitOptions()
1026 SANE_Word maxRes = setResolutions[setResolutions[0]]; in sane_control_option()
1033 for (SANE_Int resIdx = 1; resIdx <= setResolutions[0]; resIdx++) in sane_control_option()
1035 if (dpiValue <= setResolutions[resIdx]) in sane_control_option()
1037 dpiValue = setResolutions[resIdx]; in sane_control_option()
H A Dsm3600.c140 static const SANE_Int setResolutions[] = { 5, 75,100,200,300,600 }; variable
214 pdesc->constraint.word_list = setResolutions; in InitOptions()
H A Dniash.c147 static const SANE_Int setResolutions[] = { 4, 75, 150, 300, 600 }; variable
669 pDesc->constraint.word_list = setResolutions; in _InitOptions()
671 pVal->w = setResolutions[2]; /* default to 150dpi */ in _InitOptions()

Completed in 5 milliseconds