Home
last modified time | relevance | path

Searched refs:stoponerr (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_imageiter.c81 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 …]
A Dtif_imageiter.h38 int stoponerr; /* stop on read error */ member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffinfo.c53 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()
A Dtiffgt.c57 static int stoponerr = 0; /* stop on read error */ variable
123 stoponerr = 1; in main()
219 if (!TIFFRGBAImageBegin(&img, tif, stoponerr, title)) { in initImage()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_getimage.c296 img->stoponerr = stop; in TIFFRGBAImageBegin()
677 (buf == NULL || img->stoponerr)) in gtTileContig()
841 && img->stoponerr) in gtTileSeparate()
849 && img->stoponerr) in gtTileSeparate()
857 && img->stoponerr) in gtTileSeparate()
965 && (buf == NULL || img->stoponerr)) in gtStripContig()
1067 && (buf == NULL || img->stoponerr)) in gtStripSeparate()
1087 && img->stoponerr) in gtStripSeparate()
1095 && img->stoponerr) in gtStripSeparate()
1103 && img->stoponerr) in gtStripSeparate()
[all …]
A Dtiffio.h201 int stoponerr; /* stop on read error */ member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A DTiffile.cpp429 && img->stoponerr) in getStripContig1Bit()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dtiffio.h201 int stoponerr; /* stop on read error */ member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog129 properly break from loops on error when stoponerr is set, instead

Completed in 32 milliseconds