Searched refs:imageWidth (Results 1 – 2 of 2) sorted by relevance
63 unsigned long imageWidth; in LoadTIFFinDIB() local84 TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &imageWidth); in LoadTIFFinDIB()93 SamplePerPixel = (int) (LineSize/imageWidth); in LoadTIFFinDIB()101 hDIB = CreateDIB((DWORD) imageWidth, (DWORD) imageLength, (WORD) in LoadTIFFinDIB()115 lpBits+=((imageWidth*SamplePerPixel)+Align)*(imageLength-1); in LoadTIFFinDIB()181 for (i=0;i< (int) (imageWidth);i++) in LoadTIFFinDIB()192 imageWidth*SamplePerPixel); in LoadTIFFinDIB()194 lpBits-=imageWidth*SamplePerPixel+Align; in LoadTIFFinDIB()
137 uint32 imageWidth; in TIFFRGBA2DIB() local146 TIFFGetField(img->tif, TIFFTAG_IMAGEWIDTH, &imageWidth); in TIFFRGBA2DIB()155 bi.biWidth = imageWidth; in TIFFRGBA2DIB()210 bi.biWidth = imageWidth; in TIFFRGBA2DIB()
Completed in 6 milliseconds