Home
last modified time | relevance | path

Searched refs:TIFFTAG_MODEL (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h219 #define TIFFTAG_MODEL 272 /* scanner model name/number */ macro
Dtif_dirinfo.c64 …{ TIFFTAG_MODEL, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 1,…
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp274 Tiff_Exif_GetStringInfo(m_tif_ctx, TIFFTAG_MODEL, pAttribute); in LoadFrameInfo()
/external/ImageMagick/coders/
Dtiff.c649 if (TIFFGetField(tiff,TIFFTAG_MODEL,&text) == 1) in TIFFGetProperties()
2969 (void) TIFFSetField(tiff,TIFFTAG_MODEL,value); in TIFFSetProperties()