Lines Matching refs:wMinValueB
621 unsigned short wMaxValueR, wMinValueR, wMaxValueG, wMinValueG, wMaxValueB, wMinValueB;
719 &wMinValueB, wAdjustADResolution);
764 if (wMinValueB > 15)
771 else if (wMinValueB < 5)
776 if (wMinValueB > 15)
778 else if (wMinValueB < 5)
788 || wMinValueB > 15 || wMinValueB < 5);
798 1 - (double) (wMaxValueB - wMinValueB) / 210 >
799 0 ? (SANE_Byte) (((1 - (double) (wMaxValueB - wMinValueB) / 210)) * 63 * 6 /
824 &wMinValueB, wAdjustADResolution);
835 wMinValueB);
947 if ((wMaxValueB - wMinValueB) > TRAN_MAX_LEVEL_RANGE)
954 if ((wMaxValueB - wMinValueB) < TRAN_MIN_LEVEL_RANGE)
1008 || (wMaxValueB - wMinValueB) > TRAN_MAX_LEVEL_RANGE
1009 || (wMaxValueB - wMinValueB) < TRAN_MIN_LEVEL_RANGE);
1025 &wMinValueB, wAdjustADResolution);
1036 wMinValueB);
1080 if (wMinValueB > 20)
1087 else if (wMinValueB < 10)
1092 if (wMinValueB > 20)
1094 else if (wMinValueB < 10)
1105 || wMinValueB > 20 || wMinValueB < 10);