Home
last modified time | relevance | path

Searched refs:TIFFTAG_GPSIFD (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h444 #define TIFFTAG_GPSIFD 34853 /* Pointer to GPS private directory */ macro
Dtif_dirinfo.c145 …{ TIFFTAG_GPSIFD, 1, 1, TIFF_IFD8, 0, TIFF_SETGET_IFD8, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 0, 0,…
/external/ImageMagick/coders/
Dtiff.c879 if (TIFFGetField(tiff,TIFFTAG_GPSIFD,&offset) != 1) in TIFFGetGPSProperties()