Home
last modified time | relevance | path

Searched refs:TIFFClose (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_close.c123 TIFFClose(TIFF* tif) in TIFFClose() function
Dtiffio.h346 extern void TIFFClose(TIFF* tif);
/external/ImageMagick/coders/
Dtiff.c1234 TIFFClose(tiff); \ in ReadTIFFImage()
1347 TIFFClose(tiff); in ReadTIFFImage()
1354 TIFFClose(tiff); in ReadTIFFImage()
1382 TIFFClose(tiff); in ReadTIFFImage()
1388 TIFFClose(tiff); in ReadTIFFImage()
1553 TIFFClose(tiff); in ReadTIFFImage()
1614 TIFFClose(tiff); in ReadTIFFImage()
1672 TIFFClose(tiff); in ReadTIFFImage()
1678 TIFFClose(tiff); in ReadTIFFImage()
2276 TIFFClose(tiff); in ReadTIFFImage()
[all …]
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp228 TIFFClose(m_tif_ctx); in ~CTiffContext()