Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_flush.c68 if( TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &offsets ) in TIFFFlush()
70 && _TIFFRewriteField( tif, TIFFTAG_STRIPOFFSETS, TIFF_LONG8, in TIFFFlush()
Dtiff.h220 #define TIFFTAG_STRIPOFFSETS 273 /* offsets to data strips */ macro
Dtif_dirinfo.c73 …{ TIFFTAG_STRIPOFFSETS, -1, -1, TIFF_LONG8, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
Dtif_dirread.c3565 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory()
3601 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_STRIPOFFSETS); in TIFFReadDirectory()
3743 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory()
Dtif_dir.c1002 case TIFFTAG_STRIPOFFSETS: in _TIFFVGetField()
Dtif_dirwrite.c558 …!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,ti… in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1048 if (!TIFFGetField(tiff,TIFFTAG_STRIPOFFSETS,&value) || (value == NULL)) in GetJPEGMethod()