Home
last modified time | relevance | path

Searched refs:inst_mode_highres (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dinst.h234 inst_mode_highres = 0x00010000, /* High Resolution Spectral mode */ enumerator
H A Dspotread.c1264 if (IMODETST(cap, inst_mode_highres)) {
1265 mode |= inst_mode_highres;
1266 smode |= inst_mode_highres;
1996 if (IMODETST(cap, inst_mode_highres)) {
H A Dillumread.c617 if (IMODETST(cap, inst_mode_highres)) { in main()
618 mode |= inst_mode_highres; in main()
H A Di1pro.c157 p->cap |= inst_mode_highres; in i1pro_determine_capabilities()
H A Dmunki.c142 p->cap |= inst_mode_highres; in munki_determine_capabilities()
H A Dchartread.c732 if (IMODETST(cap, inst_mode_highres)) { in read_strips()
733 mode |= inst_mode_highres; in read_strips()
H A Ddispsup.c2263 if (IMODETST(cap, inst_mode_highres)) { in config_inst_displ()
2264 mode |= inst_mode_highres; in config_inst_displ()
H A Dinst.c1872 { inst_mode_highres, inst_mode_highres_sym },
H A Dmunki_imp.c886 if ((mode & inst_mode_highres) != 0) { in munki_imp_set_mode()
H A Di1pro_imp.c1379 if ((mode & inst_mode_highres) != 0) { in i1pro_imp_set_mode()