Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffgt.c387 if (!TIFFLastDirectory(tif)) { in raster_special()
408 while (!TIFFLastDirectory(tif)) in raster_special()
/libtiff-4.0.7/libtiff/
H A Dlibtiff.def63 TIFFLastDirectory
H A Dtiffio.h404 extern int TIFFLastDirectory(TIFF*);
H A Dtif_dir.c1619 TIFFLastDirectory(TIFF* tif) in TIFFLastDirectory() function
/libtiff-4.0.7/
H A Dconfigure.com435 TIFFLastDirectory=PROCEDURE,-
586 UNIVERSAL=TIFFLastDirectory
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c399 tfMultiPage = (TIFFLastDirectory(tfFile) ? False : True); in OpenTIFFFile()