Lines Matching refs:wWidth

3023 SetPackAddress (PAsic chip, unsigned short wXResolution, unsigned short wWidth, unsigned short wX,
3060 ValidPixelNumber = (unsigned short) ((wWidth + 10 + 15) * XRatioAdderDouble);
3158 if (wWidth > MaxPixelHW)
3165 LOBYTE (wWidth + 9));
3167 HIBYTE (wWidth + 9));
3820 unsigned short wX, unsigned short wY, unsigned short wWidth, unsigned short wLength)
3866 "bScanBits=%d,wXResolution=%d,wYResolution=%d,wX=%d,wY=%d,wWidth=%d,wLength=%d\n",
3867 bScanBits, wXResolution, wYResolution, wX, wY, wWidth, wLength);
3892 chip->dwBytesCountPerRow = (unsigned int) (wWidth) * 6;
3897 chip->dwBytesCountPerRow = (unsigned int) (wWidth) * 3;
3902 chip->dwBytesCountPerRow = (unsigned int) (wWidth) * 2;
3907 chip->dwBytesCountPerRow = (unsigned int) (wWidth);
3912 chip->dwBytesCountPerRow = (unsigned int) (wWidth);
4022 dwLineWidthPixel = wWidth;
4110 SetPackAddress (chip, wXResolution, wWidth, wX, XRatioAdderDouble,
4235 ShadingTableSize ((int) ((wWidth + 4) * dbXRatioAdderDouble)) *
4700 unsigned short wXResolution, unsigned short wWidth, unsigned short wX)
4723 wValidPixelNumber = (unsigned short) ((wWidth + 4) * dbXRatioAdderDouble);
4836 unsigned short wWidth, unsigned short wLength, SANE_Bool isShading)
4883 "bScanBits=%d,wXResolution=%d, wYResolution=%d, wX=%d, wY=%d, wWidth=%d, wLength=%d\n",
4884 bScanBits, wXResolution, wYResolution, wX, wY, wWidth, wLength);
4912 wPerLineNeedBufferSize = wWidth * 6;
4914 chip->dwBytesCountPerRow = (unsigned int) (wWidth) * 6;
4918 wPerLineNeedBufferSize = wWidth * 3;
4919 chip->dwCalibrationBytesCountPerRow = wWidth * 3;
4921 chip->dwBytesCountPerRow = (unsigned int) (wWidth) * 3;
4925 wPerLineNeedBufferSize = wWidth * 2;
4927 chip->dwBytesCountPerRow = (unsigned int) (wWidth) * 2;
4931 wPerLineNeedBufferSize = wWidth;
4933 chip->dwBytesCountPerRow = (unsigned int) (wWidth);
4937 wPerLineNeedBufferSize = wWidth >> 3;
4939 chip->dwBytesCountPerRow = (unsigned int) (wWidth);
4992 dwLineWidthPixel = wWidth;
5147 SetPackAddress (chip, wXResolution, wWidth, wX, XRatioAdderDouble,