Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h242 #define TIFFTAG_PAGENAME 285 /* page name image is from */ macro
Dtif_dirinfo.c81 …{ TIFFTAG_PAGENAME, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM,…
/external/ImageMagick/coders/
Dtiff.c723 if ((TIFFGetField(tiff,TIFFTAG_PAGENAME,&text) == 1) && in TIFFGetProperties()
3243 (void) TIFFSetField(tiff,TIFFTAG_PAGENAME,value); in TIFFSetProperties()