Searched refs:TIFFTAG_STRIPOFFSETS (Results 1 – 8 of 8) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_flush.c | 68 if( TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &offsets ) in TIFFFlush() 70 && _TIFFRewriteField( tif, TIFFTAG_STRIPOFFSETS, TIFF_LONG8, in TIFFFlush()
|
| H A D | tiff.h | 220 #define TIFFTAG_STRIPOFFSETS 273 /* offsets to data strips */ macro
|
| H A D | tif_dirinfo.c | 73 …{ TIFFTAG_STRIPOFFSETS, -1, -1, TIFF_LONG8, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
|
| H A D | tif_dirread.c | 3550 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory() 3586 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_STRIPOFFSETS); in TIFFReadDirectory() 3721 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory()
|
| H A D | tif_dir.c | 966 case TIFFTAG_STRIPOFFSETS: in _TIFFVGetField()
|
| H A D | tif_dirwrite.c | 557 …!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,ti… in TIFFWriteDirectorySec()
|
| /libtiff-4.0.7/test/ |
| H A D | rewrite_tag.c | 210 if( !TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &rowoffset ) ) in rewrite_test() 226 if( !_TIFFRewriteField( tif, TIFFTAG_STRIPOFFSETS, TIFF_LONG8, in rewrite_test() 258 if( !TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &rowoffset ) ) in rewrite_test()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffdump.c | 565 { TIFFTAG_STRIPOFFSETS, "StripOffsets" },
|