Lines Matching refs:g_lpNegImageData
522 static SANE_Byte * g_lpNegImageData = NULL;
1010 g_lpNegImageData = (SANE_Byte *) malloc (TotalImgeSize);
1011 if (NULL != g_lpNegImageData)
1013 SANE_Byte * lpTempData = g_lpNegImageData;
1018 (g_lpNegImageData, &g_SWHeight, isRGBInvert))
1027 *(g_lpNegImageData++) ^= 0xff;
1029 g_lpNegImageData = lpTempData;
1030 AutoLevel (g_lpNegImageData, g_ScanMode, g_SWHeight,
1040 g_lpNegImageData +
1050 free (g_lpNegImageData);
1051 g_lpNegImageData = NULL;