Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.h248 TIFF_SETGET_C32_UINT32 = 44, enumerator
Dtif_dirinfo.c141 …{ TIFFTAG_RICHTIFFIPTC, -3, -3, TIFF_LONG, 0, TIFF_SETGET_C32_UINT32, TIFF_SETGET_UNDEFINED, FIELD…
665 fld->set_field_type = TIFF_SETGET_C32_UINT32; in _TIFFCreateAnonField()
666 fld->get_field_type = TIFF_SETGET_C32_UINT32; in _TIFFCreateAnonField()
859 return TIFF_SETGET_C32_UINT32; in _TIFFSetGetType()
Dtif_dirread.c5521 case TIFF_SETGET_C32_UINT32: in TIFFFetchNormalTag()