Lines Matching refs:ULong
219 ULong dwFullSpeed;
279 typedef void (*pFnDataProcess)(pScanData, pVoid, pVoid, ULong);
280 typedef Bool (*pFnReadData)(pScanData, pUChar, ULong);
283 typedef void (*pFnDACOffs)(pScanData, pDACTblDef, ULong);
284 typedef void (*pFnDACDark)(pScanData, pDACTblDef, ULong, UShort);
523 ULong RD_BufFullSize; /* 0x54, ASIC 98003 */
625 ULong dwModelOriginY;
671 ULong dwDiv;
677 ULong shadingBytes;
715 ULong dwLinesToRead; /* number of images lines to read */
718 ULong dwScanOrigin; /* where to start the scan */
723 ULong dwMinReadFifo;
724 ULong dwMaxReadFifo;
728 ULong dwInterval;
729 ULong dwInterlace; /* CHECK: here always 0 - remove ? */
757 ULong negBegin; /* used while scanning in TPA modes */
758 ULong posBegin;
760 ULong dpiIdx; /* index to get/set values in the table */
982 #define _SizeDataBuf (ULong)(_BytesPerChannel * 3 * 2)
983 #define _SizeTpaDataBuf (ULong)(_BytesPerChannel * 3 * 2)
984 #define _SizeShadingSumBuf (ULong)(_BytesPerChannel * 3 * 4)
985 #define _SizeTotalBuf (ULong)(_SizeDataBuf + _SizeShadingSumBuf)
986 #define _SizeTotalBufTpa (ULong)(_SizeTotalBuf + _SizeTpaDataBuf)