ReactOS 0.4.16-dev-237-gd6eebaa
|
#include <tif_dir.h>
Definition at line 290 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFPrintFieldInfo(), _TIFFSetupFields(), _TIFFVGetField(), _TIFFVSetField(), TIFFCleanup(), TIFFReadCustomDirectory(), TIFFReadDirectory(), TIFFUnsetField(), TIFFVGetField(), and TIFFWriteDirectorySec().
char* _TIFFField::field_name |
Definition at line 293 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFFindFieldByName(), _TIFFPrettyPrintField(), _TIFFPrintField(), _TIFFPrintFieldInfo(), _TIFFSetupFields(), _TIFFVGetField(), _TIFFVSetField(), CheckDirCount(), OkToChangeTag(), tagNameCompare(), TIFFCleanup(), TIFFFetchNormalTag(), TIFFFetchStripThing(), TIFFFieldName(), TIFFPrintDirectory(), TIFFReadCustomDirectory(), TIFFReadDirectory(), and TIFFWriteDirectorySec().
Definition at line 291 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFPrintFieldInfo(), and OkToChangeTag().
Definition at line 292 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFPrintFieldInfo(), _TIFFVGetField(), _TIFFVSetField(), TIFFFetchNormalTag(), TIFFFieldPassCount(), TIFFPrintDirectory(), and TIFFWriteDirectorySec().
short _TIFFField::field_readcount |
Definition at line 284 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFPrintFieldInfo(), _TIFFVGetField(), TIFFFetchNormalTag(), TIFFFieldReadCount(), TIFFPrintDirectory(), TIFFReadCustomDirectory(), and TIFFWriteDirectorySec().
TIFFFieldArray* _TIFFField::field_subfields |
Definition at line 294 of file tif_dir.h.
Referenced by _TIFFCreateAnonField().
uint32 _TIFFField::field_tag |
Definition at line 283 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFPrintFieldInfo(), _TIFFVGetField(), _TIFFVSetField(), tagCompare(), TIFFFieldTag(), TIFFFindField(), TIFFGetTagListEntry(), TIFFPrintDirectory(), TIFFReadCustomDirectory(), TIFFReadDirectoryFindFieldInfo(), TIFFUnsetField(), and TIFFWriteDirectorySec().
TIFFDataType _TIFFField::field_type |
Definition at line 286 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFFindFieldByName(), _TIFFPrettyPrintField(), _TIFFPrintField(), _TIFFPrintFieldInfo(), _TIFFVGetField(), _TIFFVSetField(), tagCompare(), tagNameCompare(), TIFFFieldDataType(), TIFFFindField(), TIFFPrintDirectory(), TIFFReadCustomDirectory(), and TIFFWriteDirectorySec().
short _TIFFField::field_writecount |
Definition at line 285 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), _TIFFPrintFieldInfo(), _TIFFVSetField(), and TIFFFieldWriteCount().
TIFFSetGetFieldType _TIFFField::get_field_type |
Definition at line 289 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), and TIFFWriteDirectorySec().
uint32 _TIFFField::reserved |
Definition at line 287 of file tif_dir.h.
Referenced by _TIFFCreateAnonField().
TIFFSetGetFieldType _TIFFField::set_field_type |
Definition at line 288 of file tif_dir.h.
Referenced by _TIFFCreateAnonField(), and TIFFFetchNormalTag().