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.h242 TIFF_SETGET_C32_UINT32 = 44, enumerator
Dtif_dirinfo.c135 …{ TIFFTAG_RICHTIFFIPTC, -3, -3, TIFF_LONG, 0, TIFF_SETGET_C32_UINT32, TIFF_SETGET_UNDEFINED, FIELD…
659 fld->set_field_type = TIFF_SETGET_C32_UINT32; in _TIFFCreateAnonField()
660 fld->get_field_type = TIFF_SETGET_C32_UINT32; in _TIFFCreateAnonField()
853 return TIFF_SETGET_C32_UINT32; in _TIFFSetGetType()
Dtif_dirread.c5255 case TIFF_SETGET_C32_UINT32: in TIFFFetchNormalTag()