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.c98 …{ TIFFTAG_SUBIFD, -1, -1, TIFF_IFD8, 0, TIFF_SETGET_C16_IFD8, TIFF_SETGET_UNDEFINED, FIELD_SUBIFD,…
137 …{ TIFFTAG_EXIFIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0, 0…
139 …{ TIFFTAG_GPSIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0, 0,…
145 …{ TIFFTAG_INTEROPERABILITYIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_UNDEFINED, TIFF_SETGET_UNDEFINED, F…
199 …{ TIFFTAG_GLOBALPARAMETERSIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_…
455 case TIFF_IFD8: in TIFFDataWidth()
492 case TIFF_IFD8: in _TIFFDataSize()
685 case TIFF_IFD8: in _TIFFCreateAnonField()
759 case TIFF_IFD8: in _TIFFSetGetType()
795 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.c639 case TIFF_IFD8: in _TIFFVSetField()
1112 case TIFF_IFD8: in _TIFFVGetField()
Dtif_dirwrite.c758 case TIFF_IFD8: in TIFFWriteDirectorySec()
2290 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD8,count,count*8,value)); in TIFFWriteDirectoryTagCheckedIfd8Array()
2718 else if( in_datatype == TIFF_IFD8 ) in _TIFFRewriteField()
2756 || (datatype == TIFF_IFD && in_datatype == TIFF_IFD8) ) in _TIFFRewriteField()
Dtif_dirread.c757 case TIFF_IFD8: in TIFFReadDirEntryIfd8()
2665 case TIFF_IFD8: in TIFFReadDirEntryIfd8Array()
2679 case TIFF_IFD8: in TIFFReadDirEntryIfd8Array()