Lines Matching defs:pParams
1142 InitScan (enum ScanType scantype, TScanParams * pParams,
1152 req.dpix = htons (pParams->iDpi); /* = 300 dpi */
1153 req.dpiy = htons (pParams->iLpi); /* = 300 dpi */
1154 req.offx = htons (pParams->iLeft); /* = 0cm */
1155 req.offy = htons (pParams->iTop); /* = 0cm */
1156 req.lenx = htons (pParams->iWidth); /* = 22.78cm */
1161 req.leny = htons (pParams->iHeight); /* = 0.42cm */
1173 if (Calibrate (pHWParams->iXferHandle, pParams->iDpi) != 0)
1179 InitScan2 (scantype, &req, pHWParams, &res, pParams->iColourOffset, 0x40);
1184 pParams->iBytesPerLine = htonl (res.xsize);
1187 pParams->iLines = htons (res.ysize);