Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
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()
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()

Completed in 3 milliseconds