Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.h246 TIFF_SETGET_C32_FLOAT = 48, enumerator
Dtif_dirinfo.c673 fld->set_field_type = TIFF_SETGET_C32_FLOAT; in _TIFFCreateAnonField()
674 fld->get_field_type = TIFF_SETGET_C32_FLOAT; in _TIFFCreateAnonField()
865 return TIFF_SETGET_C32_FLOAT; in _TIFFSetGetType()
Dtif_dirread.c5367 case TIFF_SETGET_C32_FLOAT: in TIFFFetchNormalTag()