Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h221 #define TIFFTAG_MODEL 272 /* scanner model name/number */ macro
Dtif_dirinfo.c70 …{ TIFFTAG_MODEL, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 1,…
/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp277 Tiff_Exif_GetStringInfo(m_tif_ctx.get(), TIFFTAG_MODEL, pAttribute); in LoadFrameInfo()
/external/ImageMagick/coders/
Dtiff.c712 if ((TIFFGetField(tiff,TIFFTAG_MODEL,&text) == 1) && in TIFFGetProperties()
3228 (void) TIFFSetField(tiff,TIFFTAG_MODEL,value); in TIFFSetProperties()