Home
last modified time | relevance | path

Searched refs:RowsPerStrip (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A Dtiff2dib.c67 unsigned long RowsPerStrip; in LoadTIFFinDIB() local
87 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in LoadTIFFinDIB()
88 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in LoadTIFFinDIB()
167 for (row = 0; row < imageLength; row += RowsPerStrip) in LoadTIFFinDIB()
169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row : in LoadTIFFinDIB()
170 RowsPerStrip); in LoadTIFFinDIB()
A DTiffile.cpp140 uint32 RowsPerStrip; in TIFFRGBA2DIB() local
149 TIFFGetField(img->tif, TIFFTAG_ROWSPERSTRIP, &RowsPerStrip); in TIFFRGBA2DIB()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog109 buffer when RowsPerStrip >= image_length in LogLuvInitState() and
135 allocation when RowsPerStrip tag is missing.
205 when RowsPerStrip tag is not defined (and thus td_rowsperstrip == UINT_MAX)
462 allocation when RowsPerStrip tag is missing.
4069 * tools/{tiffcp.c, tiffcrop.c}: Do not change RowsPerStrip value if
4399 * tools/tiffcp.c: Do not set RowsPerStrip bigger than image length.
4425 * tools/raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.
4767 * tools/fax2tiff.c: Added option '-r' to set RowsPerStrip parameter
6593 * tools/tiffcp.c: Set the correct RowsPerStrip and PageNumber

Completed in 11 milliseconds