Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhs2p.h189 SANE_Bool supports_4bitgray; member
H A Dhs2p-scsi.c117 info->supports_4bitgray ? "Yes" : "No"); in ScannerDump()
H A Dhs2p.c1204 …dev->info.supports_4bitgray = (vbuf.imagecomposition & 0x10) == 0x10 ? SANE_TRUE : SANE_FALSE; /* … in attach()
1215 if (dev->info.supports_4bitgray) in attach()