Home
last modified time | relevance | path

Searched refs:TIFFTAG_TILEDEPTH (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiff.h387 #define TIFFTAG_TILEDEPTH 32998 /* z depth/data tile */ macro
/reactos/dll/3rdparty/libtiff/
H A Dtif_aux.c281 case TIFFTAG_TILEDEPTH: in TIFFVGetFieldDefaulted()
H A Dtif_dir.c413 case TIFFTAG_TILEDEPTH: in _TIFFVSetField()
1044 case TIFFTAG_TILEDEPTH: in _TIFFVGetField()
H A Dtif_dirinfo.c127 …{ TIFFTAG_TILEDEPTH, 1, 1, TIFF_LONG, 0, TIFF_SETGET_UINT32, TIFF_SETGET_UNDEFINED, FIELD_TILEDEPT…
H A Dtif_dirwrite.c648 if (!TIFFWriteDirectoryTagLong(tif,&ndir,dir,TIFFTAG_TILEDEPTH,tif->tif_dir.td_tiledepth)) in TIFFWriteDirectorySec()
H A Dtif_dirread.c3740 case TIFFTAG_TILEDEPTH: in TIFFReadDirectory()