Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libtiff/
H A Dtif_dir.h249 TIFF_SETGET_C32_SINT32 = 45, enumerator
/reactos/dll/3rdparty/libtiff/
H A Dtif_dirinfo.c683 fld->set_field_type = TIFF_SETGET_C32_SINT32; in _TIFFCreateAnonField()
684 fld->get_field_type = TIFF_SETGET_C32_SINT32; in _TIFFCreateAnonField()
869 return TIFF_SETGET_C32_SINT32; in _TIFFSetGetType()
H A Dtif_dirread.c5530 case TIFF_SETGET_C32_SINT32: in TIFFFetchNormalTag()