Searched refs:TIFFTAG_MODEL (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 219 #define TIFFTAG_MODEL 272 /* scanner model name/number */ macro
|
D | tif_dirinfo.c | 72 …{ TIFFTAG_MODEL, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 1,…
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 277 Tiff_Exif_GetStringInfo(m_tif_ctx, TIFFTAG_MODEL, pAttribute); in LoadFrameInfo()
|
/external/ImageMagick/coders/ |
D | tiff.c | 739 if ((TIFFGetField(tiff,TIFFTAG_MODEL,&text) == 1) && in TIFFGetProperties() 3303 (void) TIFFSetField(tiff,TIFFTAG_MODEL,value); in TIFFSetProperties()
|