Lines Matching refs:wMinValueB
584 unsigned short wMaxValueR, wMinValueR, wMaxValueG, wMinValueG, wMaxValueB, wMinValueB;
683 &wMinValueB, wAdjustADResolution);
727 if (wMinValueB > 15)
735 else if (wMinValueB < 5)
740 if (wMinValueB > 15)
742 else if (wMinValueB < 5)
752 || wMinValueB > 15 || wMinValueB < 5);
770 1 - (double) (wMaxValueB - wMinValueB) / 210 >
771 0 ? (SANE_Byte) (((1 - (double) (wMaxValueB - wMinValueB) / 210)) * 63 * 6 /
800 &wMinValueB, wAdjustADResolution);
811 wMinValueB);
922 if ((wMaxValueB - wMinValueB) > REFL_MAX_LEVEL_RANGE)
929 if ((wMaxValueB - wMinValueB) < REFL_MIN_LEVEL_RANGE)
983 || (wMaxValueB - wMinValueB) > REFL_MAX_LEVEL_RANGE
984 || (wMaxValueB - wMinValueB) < REFL_MIN_LEVEL_RANGE);
1002 &wMinValueB, wAdjustADResolution);
1013 wMinValueB);
1058 if (wMinValueB > 20)
1065 else if (wMinValueB < 10)
1070 if (wMinValueB > 20)
1072 else if (wMinValueB < 10)
1083 || wMinValueB > 20 || wMinValueB < 10);