Home
last modified time | relevance | path

Searched refs:imageLength (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c62 unsigned long imageLength; in LoadTIFFinDIB() local
85 TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &imageLength); in LoadTIFFinDIB()
101 hDIB = CreateDIB((DWORD) imageWidth, (DWORD) imageLength, (WORD) in LoadTIFFinDIB()
115 lpBits+=((imageWidth*SamplePerPixel)+Align)*(imageLength-1); in LoadTIFFinDIB()
167 for (row = 0; row < imageLength; row += RowsPerStrip) in LoadTIFFinDIB()
169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row : in LoadTIFFinDIB()
H A DTiffile.cpp136 uint32 imageLength; in TIFFRGBA2DIB() local
147 TIFFGetField(img->tif, TIFFTAG_IMAGELENGTH, &imageLength); in TIFFRGBA2DIB()
156 bi.biHeight = imageLength; in TIFFRGBA2DIB()
211 bi.biHeight = imageLength; in TIFFRGBA2DIB()