Searched refs:TIFFTAG_STRIPOFFSETS (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_flush.c | 68 if( TIFFGetField( tif, TIFFTAG_STRIPOFFSETS, &offsets ) in TIFFFlush() 70 && _TIFFRewriteField( tif, TIFFTAG_STRIPOFFSETS, TIFF_LONG8, in TIFFFlush()
|
D | tiff.h | 220 #define TIFFTAG_STRIPOFFSETS 273 /* offsets to data strips */ macro
|
D | tif_dirinfo.c | 73 …{ TIFFTAG_STRIPOFFSETS, -1, -1, TIFF_LONG8, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, FIELD…
|
D | tif_dirread.c | 3565 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory() 3601 dp=TIFFReadDirectoryFindEntry(tif,dir,dircount,TIFFTAG_STRIPOFFSETS); in TIFFReadDirectory() 3743 case TIFFTAG_STRIPOFFSETS: in TIFFReadDirectory()
|
D | tif_dir.c | 1002 case TIFFTAG_STRIPOFFSETS: in _TIFFVGetField()
|
D | tif_dirwrite.c | 558 …!TIFFWriteDirectoryTagLongLong8Array(tif,&ndir,dir,TIFFTAG_STRIPOFFSETS,tif->tif_dir.td_nstrips,ti… in TIFFWriteDirectorySec()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1048 if (!TIFFGetField(tiff,TIFFTAG_STRIPOFFSETS,&value) || (value == NULL)) in GetJPEGMethod()
|