Lines Matching refs:wMaxValueB
621 unsigned short wMaxValueR, wMinValueR, wMaxValueG, wMinValueG, wMaxValueB, wMinValueB;
718 MustScanner_CalculateMaxMin (lpCalData + wCalWidth * 2, &wMaxValueB,
798 1 - (double) (wMaxValueB - wMinValueB) / 210 >
799 0 ? (SANE_Byte) (((1 - (double) (wMaxValueB - wMinValueB) / 210)) * 63 * 6 /
823 MustScanner_CalculateMaxMin (lpCalData + wCalWidth * 2, &wMaxValueB,
834 wMaxValueR, wMinValueR, wMaxValueG, wMinValueG, wMaxValueB,
947 if ((wMaxValueB - wMinValueB) > TRAN_MAX_LEVEL_RANGE)
954 if ((wMaxValueB - wMinValueB) < TRAN_MIN_LEVEL_RANGE)
956 if (wMaxValueB < TRAN_WHITE_MIN_LEVEL)
964 if (wMaxValueB > TRAN_WHITE_MAX_LEVEL)
982 if (wMaxValueB > TRAN_WHITE_MAX_LEVEL)
990 if (wMaxValueB < TRAN_WHITE_MIN_LEVEL)
1008 || (wMaxValueB - wMinValueB) > TRAN_MAX_LEVEL_RANGE
1009 || (wMaxValueB - wMinValueB) < TRAN_MIN_LEVEL_RANGE);
1024 MustScanner_CalculateMaxMin (lpCalData + wCalWidth * 2, &wMaxValueB,
1035 wMaxValueR, wMinValueR, wMaxValueG, wMinValueG, wMaxValueB,