Home
last modified time | relevance | path

Searched refs:dwAppBytesPerLine (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_scale.c93 memcpy( outBuf, inBuf, ps->DataInf.dwAppBytesPerLine ); in ScaleX()
105 memset( outBuf, 0, ps->DataInf.dwAppBytesPerLine ); in ScaleX()
115 if((x>>3) < ps->DataInf.dwAppBytesPerLine ) { in ScaleX()
136 if((x+j) < ps->DataInf.dwAppBytesPerLine ) { in ScaleX()
H A Dplustek-pp_ptdrv.c744 pcInf->dwBytesPerLine = ps->DataInf.dwAppBytesPerLine; in ptdrvIoctl()
888 pstart->dwBytesPerLine = ps->DataInf.dwAppBytesPerLine; in ptdrvIoctl()
1093 DBG( DBG_HIGH, "dwAppBytesPerLine = %d\n", ps->DataInf.dwAppBytesPerLine); in ptdrvRead()
1100 ps->Scan.dwLinesToRead = count / ps->DataInf.dwAppBytesPerLine; in ptdrvRead()
1113 ps->DataInf.dwAppBytesPerLine); in ptdrvRead()
1168 buffer -= (ps->DataInf.dwAppBytesPerLine * in ptdrvRead()
1171 ps->Scan.dwLinesToRead * ps->DataInf.dwAppBytesPerLine ); in ptdrvRead()
H A Du12-image.c361 dev->DataInf.dwAppBytesPerLine = in u12image_GetImageInfo()
407 dev->DataInf.dwAppBytesPerLine = dev->DataInf.dwAppPhyBytesPerLine; in u12image_GetImageInfo()
412 DBG( _DBG_INFO, "AppBytesPerLine = %lu\n", dev->DataInf.dwAppBytesPerLine ); in u12image_GetImageInfo()
439 dev->scan.lBufferAdjust = (long)dev->DataInf.dwAppBytesPerLine; in imageSetupScanSettings()
818 dev->scaleBuf = malloc( dev->DataInf.dwAppBytesPerLine ); in u12image_PrepareScaling()
852 memcpy( ob, ib, dev->DataInf.dwAppBytesPerLine ); in u12image_ScaleX()
862 memset( ob, 0, dev->DataInf.dwAppBytesPerLine ); in u12image_ScaleX()
872 if((x>>3) < dev->DataInf.dwAppBytesPerLine ) { in u12image_ScaleX()
895 if((x+j) < dev->DataInf.dwAppBytesPerLine ) { in u12image_ScaleX()
H A Dplustek-pp_image.c447 ps->Scan.lBufferAdjust = -(Long)ps->DataInf.dwAppBytesPerLine; in imageP98SetupScanSettings()
449 ps->Scan.lBufferAdjust = (Long)ps->DataInf.dwAppBytesPerLine; in imageP98SetupScanSettings()
750 ps->DataInf.dwAppBytesPerLine = in imageP98GetInfo()
812 ps->DataInf.dwAppBytesPerLine = (ps->DataInf.dwAppPhyBytesPerLine + 3) & in imageP98GetInfo()
816 ps->DataInf.dwAppBytesPerLine = (ps->DataInf.dwAppPhyBytesPerLine + 1) & in imageP98GetInfo()
819 ps->DataInf.dwAppBytesPerLine = ps->DataInf.dwAppPhyBytesPerLine; in imageP98GetInfo()
826 DBG( DBG_LOW, "AppBytesPerLine = %u\n", ps->DataInf.dwAppBytesPerLine ); in imageP98GetInfo()
906 ps->DataInf.dwAppBytesPerLine = in imageP96GetInfo()
910 ps->DataInf.dwAppBytesPerLine = in imageP96GetInfo()
913 ps->DataInf.dwAppBytesPerLine in imageP96GetInfo()
[all...]
H A Du12-scanner.h225 u_long dwAppBytesPerLine; member
H A Dplustek-pp_scandata.h114 ULong dwAppBytesPerLine; member
H A Du12.c1684 s->params.bytes_per_line = dev->DataInf.dwAppBytesPerLine; in sane_start()

Completed in 8 milliseconds