Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h218 #define TIFFTAG_MAKE 271 /* scanner manufacturer name */ macro
Dtif_dirinfo.c63 …{ TIFFTAG_MAKE, -1, -1, TIFF_ASCII, 0, TIFF_SETGET_ASCII, TIFF_SETGET_UNDEFINED, FIELD_CUSTOM, 1, …
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp321 Tiff_Exif_GetStringInfo(tif_ctx, TIFFTAG_MAKE, pAttribute); in LoadFrameInfo()
/external/ImageMagick/coders/
Dtiff.c647 if (TIFFGetField(tiff,TIFFTAG_MAKE,&text) == 1) in TIFFGetProperties()
2966 (void) TIFFSetField(tiff,TIFFTAG_MAKE,value); in TIFFSetProperties()