Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dbh.c1275 SANE_Int sectnum = itemtype - BH_SCSI_READ_TYPE_FRONT; in get_parameters() local
1277 format = s->sections[sectnum - 1].format; in get_parameters()
1279 width = s->sections[sectnum - 1].width * res / 1000.0; in get_parameters()
1280 length = s->sections[sectnum - 1].length * res / 1000.0; in get_parameters()
1286 SANE_Int sectnum = itemtype - BH_SCSI_READ_TYPE_BACK; in get_parameters() local
1288 format = s->sections[sectnum - 1].format; in get_parameters()
1290 width = s->sections[sectnum - 1].width * res / 1000.0; in get_parameters()
1291 length = s->sections[sectnum - 1].length * res / 1000.0; in get_parameters()
1500 SANE_Int sectnum = 0; in setup_sections() local
1516 while (section != NULL && sectnum < NUM_SECTION in setup_sections()
[all...]

Completed in 3 milliseconds