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.c106 …{ TIFFTAG_SUBIFD, -1, -1, TIFF_IFD8, 0, TIFF_SETGET_C16_IFD8, TIFF_SETGET_UNDEFINED, FIELD_SUBIFD,…
145 …{ TIFFTAG_EXIFIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0, 0…
147 …{ TIFFTAG_GPSIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0, 0,…
153 …{ TIFFTAG_INTEROPERABILITYIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, F…
207 …{ TIFFTAG_GLOBALPARAMETERSIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_…
463 case TIFF_IFD8: in TIFFDataWidth()
500 case TIFF_IFD8: in _TIFFDataSize()
693 case TIFF_IFD8: in _TIFFCreateAnonField()
767 case TIFF_IFD8: in _TIFFSetGetType()
803 case TIFF_IFD8: in _TIFFSetGetType()
[all …]
Dtiff.h142 TIFF_IFD8 = 18 /* BigTIFF 64-bit unsigned integer (offset) */ enumerator
Dtif_print.c114 else if(fip->field_type == TIFF_IFD8) in _TIFFPrintField()
Dtif_dir.c673 case TIFF_IFD8: in _TIFFVSetField()
1172 case TIFF_IFD8: in _TIFFVGetField()
Dtif_dirwrite.c773 case TIFF_IFD8: in TIFFWriteDirectorySec()
2379 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD8,count,count*8,value)); in TIFFWriteDirectoryTagCheckedIfd8Array()
2807 else if( in_datatype == TIFF_IFD8 ) in _TIFFRewriteField()
2845 || (datatype == TIFF_IFD && in_datatype == TIFF_IFD8) ) in _TIFFRewriteField()
Dtif_dirread.c761 case TIFF_IFD8: in TIFFReadDirEntryIfd8()
2676 case TIFF_IFD8: in TIFFReadDirEntryIfd8Array()
2690 case TIFF_IFD8: in TIFFReadDirEntryIfd8Array()