Lines Matching refs:ImageWidth
170 static void QBETDetectAutoLevel (void *pDIB, unsigned int ImageWidth, unsigned int ImageHeight);
1502 ImageWidth: the width of image
1508 QBETDetectAutoLevel (void *pDIB, unsigned int ImageWidth, unsigned int ImageHeight)
1532 TotalImgSize = ImageWidth * ImageHeight;
1551 tLines = j * ImageWidth * 3;
1552 for (i = 0; i < (int) ImageWidth; i++)
1716 tLines = j * ImageWidth * 3;
1717 for (i = 0; i < (int) ImageWidth; i++)
1814 unsigned int ImageWidth = BytesPerLine / 3;
1824 TotalImgSize = ImageWidth * ImageHeight * 3 * 2;
1833 tLines = j * ImageWidth * 3;
1834 for (i = 0; i < ImageWidth; i++)
1845 else if (i == (ImageWidth - 1))
1961 QBETDetectAutoLevel (pwRGB, ImageWidth, ImageHeight);
1966 tLines = j * ImageWidth * 3;
1968 for (i = 0; i < ImageWidth; i++)