Home
last modified time | relevance | path

Searched refs:wCalWidth (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dmustek_usb2_reflective.c582 unsigned short wCalWidth; in Reflective_AdjustAD() local
631 wCalWidth = 10240; in Reflective_AdjustAD()
633 lpCalData = (SANE_Byte *) malloc (sizeof (SANE_Byte) * wCalWidth * 3); in Reflective_AdjustAD()
643 0, wCalWidth, 1, FALSE); in Reflective_AdjustAD()
650 Asic_ReadCalibrationData (&g_chip, lpCalData, wCalWidth * 3, 24); in Reflective_AdjustAD()
662 sprintf (lpBuf, "P6\n%d %d\n255\n\n", wCalWidth, 1); in Reflective_AdjustAD()
664 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * 3, stream); in Reflective_AdjustAD()
675 Asic_ReadCalibrationData (&g_chip, lpCalData, wCalWidth * 3, 24); in Reflective_AdjustAD()
680 MustScanner_CalculateMaxMin (lpCalData + wCalWidth, &wMaxValueG, in Reflective_AdjustAD()
682 MustScanner_CalculateMaxMin (lpCalData + wCalWidth * in Reflective_AdjustAD()
1117 unsigned short wCalWidth = FIND_LEFT_TOP_WIDTH_IN_DIP; Reflective_FindTopLeft() local
1349 unsigned short wCalWidth; Reflective_LineCalibration16Bits() local
[all...]
H A Dmustek_usb2_transparent.c619 unsigned short wCalWidth; in Transparent_AdjustAD() local
667 wCalWidth = 10240; in Transparent_AdjustAD()
669 lpCalData = (SANE_Byte *) malloc (sizeof (SANE_Byte) * wCalWidth * 3); in Transparent_AdjustAD()
678 0, wCalWidth, 1, FALSE); in Transparent_AdjustAD()
685 Asic_ReadCalibrationData (&g_chip, lpCalData, wCalWidth * 3, 24); in Transparent_AdjustAD()
698 sprintf (lpBuf, "P6\n%d %d\n255\n", wCalWidth, 3); in Transparent_AdjustAD()
700 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * 3, stream); in Transparent_AdjustAD()
711 Asic_ReadCalibrationData (&g_chip, lpCalData, wCalWidth * 3, 24); in Transparent_AdjustAD()
716 MustScanner_CalculateMaxMin (lpCalData + wCalWidth, &wMaxValueG, in Transparent_AdjustAD()
718 MustScanner_CalculateMaxMin (lpCalData + wCalWidth * in Transparent_AdjustAD()
1129 unsigned short wCalWidth = TA_FIND_LEFT_TOP_WIDTH_IN_DIP; Transparent_FindTopLeft() local
1305 unsigned short wCalWidth = g_Width; Transparent_LineCalibration16Bits() local
[all...]

Completed in 4 milliseconds