Searched refs:TIFFTAG_MAKE (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 250 #define TIFFTAG_MAKE 271 /* scanner manufacturer name */ macro
|
D | tif_dirinfo.c | 94 {TIFFTAG_MAKE, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII,
|
/external/ImageMagick/coders/ |
D | tiff.c | 709 if ((TIFFGetField(tiff,TIFFTAG_MAKE,&text) == 1) && in TIFFGetProperties() 3225 (void) TIFFSetField(tiff,TIFFTAG_MAKE,value); in TIFFSetProperties()
|