Home
last modified time | relevance | path

Searched refs:TIFFTAG_STRIPOFFSETS (Results 1 – 8 of 8) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_flush.c68 if( TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &offsets ) in TIFFFlush()
70 && _TIFFRewriteField( tif, TIFFTAG_STRIPOFFSETS, TIFF_LONG8, in TIFFFlush()
H A Dtiff.h220 #define TIFFTAG_STRIPOFFSETS 273 /* offsets to data strips */ macro
H A Dtif_dirinfo.c73 …{ TIFFTAG_STRIPOFFSETS, -1, -1, TIFF_LONG8, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
H A Dtif_dirread.c3550 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory()
3586 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_STRIPOFFSETS); in TIFFReadDirectory()
3721 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory()
H A Dtif_dir.c966 case TIFFTAG_STRIPOFFSETS: in _TIFFVGetField()
H A Dtif_dirwrite.c557 …!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,ti… in TIFFWriteDirectorySec()
/libtiff-4.0.7/test/
H A Drewrite_tag.c210 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 Dtiffdump.c565 { TIFFTAG_STRIPOFFSETS, "StripOffsets" },