Home
last modified time | relevance | path

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

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