Lines Matching refs:DataInf
219 if( ps->DataInf.wPhyDataType <= COLOR_TRUE24 ) {
221 ps->Scan.dwMinReadFifo = ps->DataInf.dwAsicBytesPerPlane * 2;
224 ps->Scan.dwMinReadFifo = ps->DataInf.dwAppPixelsPerLine << 1;
230 ps->Scan.dwMaxReadFifo += (ps->DataInf.dwAsicBytesPerPlane / 2);
237 if( ps->DataInf.wPhyDataType > COLOR_256GRAY ) {
246 ps->DataInf.dwAsicBytesPerPlane - ps->Scan.bd_rk.wRedKeep;
249 ps->DataInf.dwAsicBytesPerPlane - ps->Scan.gd_gk.wGreenKeep;
262 lGreen = (ULong)(-lGreen * ps->DataInf.dwAsicBytesPerPlane);
264 if( ps->DataInf.wPhyDataType > COLOR_TRUE24 )
284 ps->AsicReg.RD_BufFullSize -= (ps->DataInf.dwAsicBytesPerPlane << 1);
286 if( ps->DataInf.wPhyDataType > COLOR_TRUE24 )
302 if( ps->DataInf.wPhyDataType == COLOR_BW ) {
305 if( !(ps->DataInf.dwScanFlag & SCANDEF_Inverse))
308 } else if( ps->DataInf.wPhyDataType <= COLOR_TRUE24 )
313 if(!(ps->DataInf.dwScanFlag & SCANDEF_RightAlign))
316 if( ps->DataInf.dwScanFlag & SCANDEF_Inverse)
325 ps->AsicReg.RD_MotorTotalSteps = (ULong)ps->DataInf.crImage.cy * 4 +
332 ps->AsicReg.RD_Dpi = ps->DataInf.xyPhyDpi.x;
334 if(!(ps->DataInf.dwScanFlag & SCANDEF_TPA )) {
338 ps->DataInf.crImage.x );
340 } else if( ps->DataInf.dwScanFlag & SCANDEF_Transparency ) {
342 (UShort)(ps->Scan.posBegin + ps->DataInf.crImage.x);
345 (UShort)(ps->Scan.negBegin + ps->DataInf.crImage.x);
351 if( ps->DataInf.wPhyDataType == COLOR_BW )
352 ps->AsicReg.RD_Pixels = (UShort)ps->DataInf.dwAsicBytesPerPlane;
354 ps->AsicReg.RD_Pixels = (UShort)ps->DataInf.dwAppPixelsPerLine;
363 if( ps->DataInf.wPhyDataType <= COLOR_256GRAY )
755 if( COLOR_BW == ps->DataInf.wPhyDataType )
758 if( ps->DataInf.wPhyDataType <= COLOR_TRUE24 )