Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c150 …{ TIFFTAG_STONITS, 1, 1, TIFF_DOUBLE, 0, TIFF_SETGET_DOUBLE, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, …
458 case TIFF_DOUBLE: in TIFFDataWidth()
495 case TIFF_DOUBLE: in _TIFFDataSize()
686 case TIFF_DOUBLE: in _TIFFCreateAnonField()
762 case TIFF_DOUBLE: in _TIFFSetGetType()
798 case TIFF_DOUBLE: in _TIFFSetGetType()
834 case TIFF_DOUBLE: in _TIFFSetGetType()
870 case TIFF_DOUBLE: in _TIFFSetGetType()
Dtif_print.c122 else if(fip->field_type == TIFF_DOUBLE) in _TIFFPrintField()
217 if (value_count == 1 && fip->field_type == TIFF_DOUBLE) { in _TIFFPrettyPrintField()
Dtiff.h136 TIFF_DOUBLE = 12, /* !64-bit IEEE floating point */ enumerator
Dtif_dir.c707 case TIFF_DOUBLE: in _TIFFVSetField()
1208 case TIFF_DOUBLE: in _TIFFVGetField()
Dtif_dirread.c637 case TIFF_DOUBLE: in TIFFReadDirEntryFloat()
742 case TIFF_DOUBLE: in TIFFReadDirEntryDouble()
2305 case TIFF_DOUBLE: in TIFFReadDirEntryFloatArray()
2503 case TIFF_DOUBLE: in TIFFReadDirEntryFloatArray()
2550 case TIFF_DOUBLE: in TIFFReadDirEntryDoubleArray()
2563 case TIFF_DOUBLE: in TIFFReadDirEntryDoubleArray()
Dtif_dirwrite.c810 case TIFF_DOUBLE: in TIFFWriteDirectorySec()
2506 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_DOUBLE,1,8,&m)); in TIFFWriteDirectoryTagCheckedDouble()
2518 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_DOUBLE,count,count*8,value)); in TIFFWriteDirectoryTagCheckedDoubleArray()