Home
last modified time | relevance | path

Searched refs:TIFF_IFD (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c454 case TIFF_IFD: in TIFFDataWidth()
491 case TIFF_IFD: in _TIFFDataSize()
690 case TIFF_IFD: in _TIFFCreateAnonField()
764 case TIFF_IFD: in _TIFFSetGetType()
800 case TIFF_IFD: in _TIFFSetGetType()
836 case TIFF_IFD: in _TIFFSetGetType()
872 case TIFF_IFD: in _TIFFSetGetType()
Dtiff.h137 TIFF_IFD = 13, /* %32-bit unsigned integer (offset) */ enumerator
Dtif_dirwrite.c814 case TIFF_IFD: in TIFFWriteDirectorySec()
2528 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD,count,count*4,value)); in TIFFWriteDirectoryTagCheckedIfdArray()
3020 datatype = TIFF_IFD; 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.c91 else if(fip->field_type == TIFF_IFD) in _TIFFPrintField()
Dtif_dir.c674 case TIFF_IFD: in _TIFFVSetField()
1180 case TIFF_IFD: in _TIFFVGetField()
Dtif_dirread.c758 case TIFF_IFD: in TIFFReadDirEntryIfd8()
2778 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
2808 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
/external/piex/src/tiff_directory/
Dtiff_directory.h60 TIFF_IFD, /* IFD type */ enumerator
Dtiff_directory.cc267 case TIFF_IFD: in SizeOfType()
/external/piex/src/
Dpiex.cc187 kOlymTagCameraSettings, tiff_directory::TIFF_IFD, in GetCameraSettingsIfd()
211 kOlymTagRawProcessing, tiff_directory::TIFF_IFD, in GetRawProcessingIfd()