Searched refs:TIFFTAG_MAKE (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 220 #define TIFFTAG_MAKE 271 /* scanner manufacturer name */ macro
|
D | tif_dirinfo.c | 69 …{ TIFFTAG_MAKE, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 1, …
|
/external/pdfium/core/fxcodec/tiff/ |
D | tiffmodule.cpp | 276 Tiff_Exif_GetStringInfo(m_tif_ctx.get(), TIFFTAG_MAKE, pAttribute); in LoadFrameInfo()
|
/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()
|