Home
last modified time | relevance | path

Searched refs:TIFF_IFD8 (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c104 …{ TIFFTAG_SUBIFD, -1, -1, TIFF_IFD8, 0, TIFF_SETGET_C16_IFD8, TIFF_SETGET_UNDEFINED, FIELD_SUBIFD,…
143 …{ TIFFTAG_EXIFIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0, 0…
145 …{ TIFFTAG_GPSIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0, 0,…
151 …{ TIFFTAG_INTEROPERABILITYIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, F…
205 …{ TIFFTAG_GLOBALPARAMETERSIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_…
461 case TIFF_IFD8: in TIFFDataWidth()
498 case TIFF_IFD8: in _TIFFDataSize()
691 case TIFF_IFD8: in _TIFFCreateAnonField()
765 case TIFF_IFD8: in _TIFFSetGetType()
801 case TIFF_IFD8: in _TIFFSetGetType()
[all …]
Dtiff.h140 TIFF_IFD8 = 18 /* BigTIFF 64-bit unsigned integer (offset) */ enumerator
Dtif_dirwrite.c818 case TIFF_IFD8: in TIFFWriteDirectorySec()
2539 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD8,count,count*8,value)); in TIFFWriteDirectoryTagCheckedIfd8Array()
3019 else if( in_datatype == TIFF_IFD8 ) in _TIFFRewriteField()
3033 else if( in_datatype == TIFF_IFD8 && in _TIFFRewriteField()
3034 (entry_type == TIFF_IFD || entry_type == TIFF_IFD8 ) ) in _TIFFRewriteField()
3070 || (datatype == TIFF_IFD && in_datatype == TIFF_IFD8) ) in _TIFFRewriteField()
Dtif_print.c112 else if(fip->field_type == TIFF_IFD8) in _TIFFPrintField()
Dtif_dir.c687 case TIFF_IFD8: in _TIFFVSetField()
1191 case TIFF_IFD8: in _TIFFVGetField()
Dtif_dirread.c766 case TIFF_IFD8: in TIFFReadDirEntryIfd8()
2779 case TIFF_IFD8: in TIFFReadDirEntryIfd8Array()
2793 case TIFF_IFD8: in TIFFReadDirEntryIfd8Array()