Searched refs:wCalHeight (Results 1 - 2 of 2) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_usb2_reflective.c | 1118 unsigned short wCalHeight = FIND_LEFT_TOP_HEIGHT_IN_DIP; in Reflective_FindTopLeft() local 1142 lpCalData = (SANE_Byte *) malloc (sizeof (SANE_Byte) * wCalWidth * wCalHeight); in Reflective_FindTopLeft() 1149 dwTotalSize = wCalWidth * wCalHeight; in Reflective_FindTopLeft() 1154 wCalHeight, FALSE); in Reflective_FindTopLeft() 1202 sprintf (lpBuf, "P5\n%d %d\n255\n", wCalWidth, wCalHeight); in Reflective_FindTopLeft() 1204 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * wCalHeight, stream); in Reflective_FindTopLeft() 1236 for (j = 0; j < wCalHeight; j++) in Reflective_FindTopLeft() 1272 (wCalHeight - *lpwStartY + in Reflective_FindTopLeft() 1348 unsigned short wCalHeight = LINE_CALIBRATION__16BITS_HEIGHT; in Reflective_LineCalibration16Bits() local 1388 dwWhiteTotalSize = wCalWidth * wCalHeight * in Reflective_LineCalibration16Bits() [all...] |
H A D | mustek_usb2_transparent.c | 1130 unsigned short wCalHeight = TA_FIND_LEFT_TOP_HEIGHT_IN_DIP; in Transparent_FindTopLeft() local 1156 lpCalData = (SANE_Byte *) malloc (sizeof (SANE_Byte) * wCalWidth * wCalHeight); in Transparent_FindTopLeft() 1163 dwTotalSize = wCalWidth * wCalHeight; in Transparent_FindTopLeft() 1168 wCalHeight, FALSE); in Transparent_FindTopLeft() 1192 sprintf (lpBuf, "P5\n%d %d\n255\n", wCalWidth, wCalHeight); in Transparent_FindTopLeft() 1194 fwrite (lpCalData, sizeof (SANE_Byte), wCalWidth * wCalHeight, stream); in Transparent_FindTopLeft() 1223 for (j = 0; j < wCalHeight; j++) in Transparent_FindTopLeft() 1254 (wCalHeight - *lpwStartY) * 1200 / wYResolution + 300); in Transparent_FindTopLeft() 1304 unsigned short wCalHeight = LINE_CALIBRATION__16BITS_HEIGHT; in Transparent_LineCalibration16Bits() local 1326 dwWhiteTotalSize = wCalWidth * wCalHeight * in Transparent_LineCalibration16Bits() [all...] |
Completed in 5 milliseconds