| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_imageiter.c | 269 uint32 nrow; in gtTileContig() local 280 nrow = (row + th > h ? h - row : th); in gtTileContig() 323 uint32 nrow; in gtTileSeparate() local 341 nrow = (row + th > h ? h - row : th); in gtTileSeparate() 380 uint32 row, nrow; in gtStripContig() local 399 buf, nrow*scanline) < 0 && img->stoponerr) in gtStripContig() 421 uint32 row, nrow; in gtStripSeparate() local 447 r, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate() 450 g, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate() 453 b, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate() [all …]
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffinfoce.c | 198 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip() argument 203 while (nrow-- > 0) { in ShowStrip() 227 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadContigStripData() local 230 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadContigStripData() 234 ShowStrip(strip, buf, nrow, scanline); in TIFFReadContigStripData() 257 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadSeparateStripData() local 260 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadSeparateStripData() 264 ShowStrip(strip, buf, nrow, scanline); in TIFFReadSeparateStripData() 273 unsigned char* pp, uint32 nrow, uint32 rowsize) in ShowTile() argument 281 while (nrow-- > 0) { in ShowTile()
|
| H A D | tiffinfo.c | 200 ShowStrip(tstrip_t strip, unsigned char* pp, uint32 nrow, tsize_t scanline) in ShowStrip() argument 205 while (nrow-- > 0) { in ShowStrip() 229 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadContigStripData() local 232 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadContigStripData() 236 ShowStrip(strip, buf, nrow, scanline); in TIFFReadContigStripData() 259 uint32 nrow = (row+rowsperstrip > h ? in TIFFReadSeparateStripData() local 262 if (TIFFReadEncodedStrip(tif, strip, buf, nrow*scanline) < 0) { in TIFFReadSeparateStripData() 266 ShowStrip(strip, buf, nrow, scanline); in TIFFReadSeparateStripData() 275 unsigned char* pp, uint32 nrow, tsize_t rowsize) in ShowTile() argument 283 while (nrow-- > 0) { in ShowTile()
|
| H A D | tiffcp.c | 1355 tilebuf, nrow, width, in DECLAREreadFunc() 1359 tilebuf, nrow, tilew, in DECLAREreadFunc() 1363 bufp += imagew * nrow; in DECLAREreadFunc() 1422 tilebuf, nrow, in DECLAREreadFunc() 1430 tilebuf, nrow, tw, in DECLAREreadFunc() 1436 bufp += imagew * nrow; in DECLAREreadFunc() 1534 cpStripToTile(obuf, bufp + colb, nrow, width, in DECLAREwriteFunc() 1549 bufp += nrow * imagew; in DECLAREwriteFunc() 1596 nrow, width/bytes_per_sample, in DECLAREwriteFunc() 1602 nrow, tilewidth, in DECLAREwriteFunc() [all …]
|
| H A D | tiffcrop.c | 775 uint32 nrow, ncol; in readContigTilesIntoBuffer() local 840 nrow = (row + tl > imagelength) ? imagelength - row : tl; in readContigTilesIntoBuffer() 872 for (trow = 0; trow < nrow; trow++) in readContigTilesIntoBuffer() 886 for (trow = 0; trow < nrow; trow++) in readContigTilesIntoBuffer() 981 uint32 nrow, ncol; /* Number of rows and cols in current tile */ in readSeparateTilesIntoBuffer() local 1010 nrow = (row + tl > imagelength) ? imagelength - row : tl; in readSeparateTilesIntoBuffer() 1238 uint32 row, col, nrow, ncol; in writeBufferToContigTiles() local 1288 nrow = (row + tl > imagelength) ? imagelength - row : tl; in writeBufferToContigTiles() 1333 uint32 row, col, nrow, ncol; in writeBufferToSeparateTiles() local 1359 nrow = (row + tl > imagelength) ? imagelength - row : tl; in writeBufferToSeparateTiles() [all …]
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Tiffile.cpp | 398 uint32 row, y, nrow, rowstoread; in getStripContig1Bit() local 422 for (row = 0; row < h; row += nrow) in getStripContig1Bit() 425 nrow = (row + rowstoread > h ? h - row : rowstoread); in getStripContig1Bit() 427 stripsize = ((row + img->row_offset)%rowsperstrip + nrow) * scanline; in getStripContig1Bit() 436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos); in getStripContig1Bit() 437 y += (orientation == ORIENTATION_TOPLEFT ?-(int32) nrow : (int32) nrow); in getStripContig1Bit()
|
| H A D | tiff2dib.c | 69 long nrow; in LoadTIFFinDIB() local 169 nrow = (row + RowsPerStrip > imageLength ? imageLength - row : in LoadTIFFinDIB() 172 buf, nrow*LineSize)==-1) in LoadTIFFinDIB() 178 for (l = 0; l < nrow; l++) in LoadTIFFinDIB()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 634 uint32 nrow; in gtTileContig() local 705 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow); in gtTileContig() 752 uint32 nrow; in gtTileSeparate() local 809 for (row = 0; row < h; row += nrow) in gtTileSeparate() 874 y += (flip & FLIP_VERTICALLY ?-(int32) nrow : (int32) nrow); in gtTileSeparate() 945 for (row = 0; row < h; row += nrow) in gtStripContig() 949 nrowsub = nrow; in gtStripContig() 965 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow); in gtStripContig() 1002 uint32 row, y, nrow, rowstoread; in gtStripSeparate() local 1057 for (row = 0; row < h; row += nrow) in gtStripSeparate() [all …]
|