Home
last modified time | relevance | path

Searched refs:TIFFIsByteSwapped (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_open.c639 TIFFIsByteSwapped(TIFF* tif) function
Dtiffio.h378 extern int TIFFIsByteSwapped(TIFF*);
/external/ImageMagick/coders/
Dtiff.c637 if (TIFFIsByteSwapped(tiff) != 0) in TIFFGetProfiles()
3183 if (TIFFIsByteSwapped(tiff)) in TIFFSetProfiles()
/external/ImageMagick/
Dconfigure.ac2787 …AC_CHECK_LIB([tiff],[TIFFIsByteSwapped],[passed=`expr $passed + 1`],[failed=`expr $failed + 1`],[])
Dconfigure32344 char TIFFIsByteSwapped ();
32348 return TIFFIsByteSwapped ();