Searched refs:TIFF_IFD (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_dirinfo.c | 456 case TIFF_IFD: in TIFFDataWidth() 493 case TIFF_IFD: in _TIFFDataSize() 692 case TIFF_IFD: in _TIFFCreateAnonField() 766 case TIFF_IFD: in _TIFFSetGetType() 802 case TIFF_IFD: in _TIFFSetGetType() 838 case TIFF_IFD: in _TIFFSetGetType() 874 case TIFF_IFD: in _TIFFSetGetType()
|
D | tiff.h | 139 TIFF_IFD = 13, /* %32-bit unsigned integer (offset) */ enumerator
|
D | tif_print.c | 93 else if(fip->field_type == TIFF_IFD) in _TIFFPrintField()
|
D | tif_dir.c | 660 case TIFF_IFD: in _TIFFVSetField() 1161 case TIFF_IFD: in _TIFFVGetField()
|
D | tif_dirwrite.c | 769 case TIFF_IFD: in TIFFWriteDirectorySec() 2368 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_IFD,count,count*4,value)); in TIFFWriteDirectoryTagCheckedIfdArray() 2808 datatype = TIFF_IFD; in _TIFFRewriteField() 2845 || (datatype == TIFF_IFD && in_datatype == TIFF_IFD8) ) in _TIFFRewriteField()
|
D | tif_dirread.c | 753 case TIFF_IFD: in TIFFReadDirEntryIfd8() 2675 case TIFF_IFD: in TIFFReadDirEntryIfd8Array() 2705 case TIFF_IFD: in TIFFReadDirEntryIfd8Array()
|
/external/piex/src/tiff_directory/ |
D | tiff_directory.h | 60 TIFF_IFD, /* IFD type */ enumerator
|
D | tiff_directory.cc | 267 case TIFF_IFD: in SizeOfType()
|
/external/piex/src/ |
D | piex.cc | 187 kOlymTagCameraSettings, tiff_directory::TIFF_IFD, in GetCameraSettingsIfd() 211 kOlymTagRawProcessing, tiff_directory::TIFF_IFD, in GetRawProcessingIfd()
|