Searched refs:stoponerr (Results 1 – 8 of 8) sorted by relevance
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_imageiter.c | 81 img->stoponerr = stop; in TIFFImageIterBegin() 282 if (TIFFReadTile(tif, buf, col, row, 0, 0) < 0 && img->stoponerr) in gtTileContig() 343 if (TIFFReadTile(tif, r, col, row,0,0) < 0 && img->stoponerr) in gtTileSeparate() 345 if (TIFFReadTile(tif, g, col, row,0,1) < 0 && img->stoponerr) in gtTileSeparate() 347 if (TIFFReadTile(tif, b, col, row,0,2) < 0 && img->stoponerr) in gtTileSeparate() 349 if (alpha && TIFFReadTile(tif,a,col,row,0,3) < 0 && img->stoponerr) in gtTileSeparate() 399 buf, nrow*scanline) < 0 && img->stoponerr) in gtStripContig() 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 …]
|
| H A D | tif_imageiter.h | 38 int stoponerr; /* stop on read error */ member
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffinfoce.c | 52 int stoponerr = 1; /* stop on first read error */ variable 94 stoponerr = 0; in main() 231 if (stoponerr) in TIFFReadContigStripData() 261 if (stoponerr) in TIFFReadSeparateStripData() 309 if (stoponerr) in TIFFReadContigTileData() 340 if (stoponerr) in TIFFReadSeparateTileData() 423 if (stoponerr) in TIFFReadRawData()
|
| H A D | tiffinfo.c | 53 static int stoponerr = 1; /* stop on first read error */ variable 105 stoponerr = 0; in main() 233 if (stoponerr) in TIFFReadContigStripData() 263 if (stoponerr) in TIFFReadSeparateStripData() 318 if (stoponerr) in TIFFReadContigTileData() 356 if (stoponerr) in TIFFReadSeparateTileData() 439 if (stoponerr) in TIFFReadRawData()
|
| H A D | tiffgt.c | 57 static int stoponerr = 0; /* stop on read error */ variable 123 stoponerr = 1; in main() 219 if (!TIFFRGBAImageBegin(&img, tif, stoponerr, title)) { in initImage()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 289 img->stoponerr = stop; in TIFFRGBAImageBegin() 678 row+img->row_offset, 0, 0)==(tmsize_t)(-1) && img->stoponerr) in gtTileContig() 821 row+img->row_offset,0,0)==(tmsize_t)(-1) && img->stoponerr) in gtTileSeparate() 829 && img->stoponerr) in gtTileSeparate() 837 && img->stoponerr) in gtTileSeparate() 845 && img->stoponerr) in gtTileSeparate() 956 && img->stoponerr) in gtStripContig() 1064 && img->stoponerr) in gtStripSeparate() 1072 && img->stoponerr) in gtStripSeparate() 1080 && img->stoponerr) in gtStripSeparate() [all …]
|
| H A D | tiffio.h | 201 int stoponerr; /* stop on read error */ member
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Tiffile.cpp | 429 && img->stoponerr) in getStripContig1Bit()
|