Home
last modified time | relevance | path

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

/AOO42X/main/extensions/source/scanner/
H A Dsane.cxx906 if( mppOptions[n]->constraint_type != SANE_CONSTRAINT_RANGE && in GetRange()
907 mppOptions[n]->constraint_type != SANE_CONSTRAINT_WORD_LIST ) in GetRange()
917 if(mppOptions[n]->constraint_type == SANE_CONSTRAINT_RANGE ) in GetRange()
H A Dsane.hxx146 { return mppOptions[n]->constraint_type; } in GetOptionConstraintType()
/AOO42X/main/sane/inc/
H A Dsane.h153 SANE_Constraint_Type constraint_type; member