Home
last modified time | relevance | path

Searched refs:TIFF_SETGET_C32_DOUBLE (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dir.h247 TIFF_SETGET_C32_DOUBLE = 49, enumerator
Dtif_dirinfo.c689 fld->set_field_type = TIFF_SETGET_C32_DOUBLE; in _TIFFCreateAnonField()
690 fld->get_field_type = TIFF_SETGET_C32_DOUBLE; in _TIFFCreateAnonField()
873 return TIFF_SETGET_C32_DOUBLE; in _TIFFSetGetType()
Dtif_dirread.c5384 case TIFF_SETGET_C32_DOUBLE: in TIFFFetchNormalTag()