Searched refs:TIFFTAG_TILEDEPTH (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/include/reactos/libs/libtiff/ |
H A D | tiff.h | 387 #define TIFFTAG_TILEDEPTH 32998 /* z depth/data tile */ macro
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_aux.c | 281 case TIFFTAG_TILEDEPTH: in TIFFVGetFieldDefaulted()
|
H A D | tif_dir.c | 413 case TIFFTAG_TILEDEPTH: in _TIFFVSetField() 1044 case TIFFTAG_TILEDEPTH: in _TIFFVGetField()
|
H A D | tif_dirinfo.c | 127 …{ TIFFTAG_TILEDEPTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_TILEDEPT…
|
H A D | tif_dirwrite.c | 648 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_TILEDEPTH,tif->tif_dir.td_tiledepth)) in TIFFWriteDirectorySec()
|
H A D | tif_dirread.c | 3740 case TIFFTAG_TILEDEPTH: in TIFFReadDirectory()
|