Searched refs:imageLength (Results 1 – 2 of 2) sorted by relevance
62 unsigned long imageLength; in LoadTIFFinDIB() local85 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()
136 uint32 imageLength; in TIFFRGBA2DIB() local147 TIFFGetField(img->tif, TIFFTAG_IMAGELENGTH, &imageLength); in TIFFRGBA2DIB()156 bi.biHeight = imageLength; in TIFFRGBA2DIB()211 bi.biHeight = imageLength; in TIFFRGBA2DIB()
Completed in 3 milliseconds