Lines Matching defs:ScanDef
619 typedef struct ScanDef struct
621 SANE_Bool fCalibrated; /**< calibrated or not */
622 SANE_Bool skipCoarseCalib;/**< skip coarse calibration or not */
623 u_long dwFlag; /**< scan attributes */
625 ScanParam sParam; /**< all we need to scan */
627 AnyPtr UserBuf; /**< pointer to the user buffer */
628 u_long dwLinesUser; /**< Number of lines of user buffer */
629 u_long dwBytesLine; /**< Bytes per line of user buffer. */
630 u_long dwLinesToProcess;
633 void (*pfnProcess)(struct Plustek_Device*);
635 u_long* pScanBuffer; /**< our scan buffer */
637 u_long dwLinesPerScanBufs;
638 u_long dwNumberOfScanBufs;
639 u_long dwLinesScanBuf;
664 } ScanDef; argument