Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.h243 TIFF_SETGET_C32_ASCII = 39, enumerator
Dtif_dirinfo.c657 fld->set_field_type = TIFF_SETGET_C32_ASCII; in _TIFFCreateAnonField()
658 fld->get_field_type = TIFF_SETGET_C32_ASCII; in _TIFFCreateAnonField()
855 return TIFF_SETGET_C32_ASCII; in _TIFFSetGetType()
Dtif_dirread.c5431 case TIFF_SETGET_C32_ASCII: in TIFFFetchNormalTag()