Home
last modified time | relevance | path

Searched refs:imageWidth (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.c63 unsigned long imageWidth; in LoadTIFFinDIB() local
84 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()
A DTiffile.cpp137 uint32 imageWidth; in TIFFRGBA2DIB() local
146 TIFFGetField(img->tif, TIFFTAG_IMAGEWIDTH, &imageWidth); in TIFFRGBA2DIB()
155 bi.biWidth = imageWidth; in TIFFRGBA2DIB()
210 bi.biWidth = imageWidth; in TIFFRGBA2DIB()

Completed in 6 milliseconds