Lines Matching defs:wCalHeight

1118   unsigned short wCalHeight = FIND_LEFT_TOP_HEIGHT_IN_DIP;
1142 lpCalData = (SANE_Byte *) malloc (sizeof (SANE_Byte) * wCalWidth * wCalHeight);
1149 dwTotalSize = wCalWidth * wCalHeight;
1154 wCalHeight, FALSE);
1202 sprintf (lpBuf, "P5\n%d %d\n255\n", wCalWidth, wCalHeight);
1204 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * wCalHeight, stream);
1236 for (j = 0; j < wCalHeight; j++)
1272 (wCalHeight - *lpwStartY +
1348 unsigned short wCalHeight = LINE_CALIBRATION__16BITS_HEIGHT;
1388 dwWhiteTotalSize = wCalWidth * wCalHeight * 3 * 2;
1389 dwDarkTotalSize = wCalWidth * wCalHeight * 3 * 2;
1405 wCalHeight, TRUE);
1453 wCalHeight, TRUE);
1523 sprintf (lpBuf, "P6\n%d %d\n65535\n", wCalWidth, wCalHeight);
1525 fwrite (lpWhiteData, sizeof (SANE_Byte), wCalWidth * wCalHeight * 3 * 2, stream);
1530 sprintf (lpBuf, "P6\n%d %d\n65535\n", wCalWidth, wCalHeight);
1532 fwrite (lpDarkData, sizeof (SANE_Byte), wCalWidth * wCalHeight * 3 * 2, stream);
1542 lpRWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight);
1543 lpGWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight);
1544 lpBWhiteSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight);
1545 lpRDarkSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight);
1546 lpGDarkSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight);
1547 lpBDarkSort = (unsigned short *) malloc (sizeof (unsigned short) * wCalHeight);
1569 "Reflective_LineCalibration16Bits: wCalWidth = %d, wCalHeight = %d\n",
1570 wCalWidth, wCalHeight);
1574 for (j = 0; j < wCalHeight; j++)
1599 (unsigned int) MustScanner_FiltLower (lpRDarkSort, wCalHeight, 20,
1602 (unsigned int) MustScanner_FiltLower (lpGDarkSort, wCalHeight, 20,
1605 (unsigned int) MustScanner_FiltLower (lpBDarkSort, wCalHeight, 20,
1611 (unsigned int) MustScanner_FiltLower (lpRDarkSort, wCalHeight, 20,
1615 (unsigned int) MustScanner_FiltLower (lpGDarkSort, wCalHeight, 20,
1618 (unsigned int) MustScanner_FiltLower (lpBDarkSort, wCalHeight, 20,
1626 (unsigned int) MustScanner_FiltLower (lpRDarkSort, wCalHeight, 20, 30);
1628 (unsigned int) MustScanner_FiltLower (lpGDarkSort, wCalHeight, 20, 30);
1630 (unsigned int) MustScanner_FiltLower (lpBDarkSort, wCalHeight, 20, 30);
1657 for (j = 0; j < wCalHeight; j++)
1700 (double) (MustScanner_FiltLower (lpRWhiteSort, wCalHeight, 20, 30) -
1703 (double) (MustScanner_FiltLower (lpGWhiteSort, wCalHeight, 20, 30) -
1706 (double) (MustScanner_FiltLower (lpBWhiteSort, wCalHeight, 20, 30) -