Home
last modified time | relevance | path

Searched refs:TIFFTAG_RESOLUTIONUNIT (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h260 #define TIFFTAG_RESOLUTIONUNIT 296 /* units of resolutions */ macro
Dtif_aux.c211 case TIFFTAG_RESOLUTIONUNIT: in TIFFVGetFieldDefaulted()
Dtif_dir.c345 case TIFFTAG_RESOLUTIONUNIT: in _TIFFVSetField()
986 case TIFFTAG_RESOLUTIONUNIT: in _TIFFVGetField()
Dtif_dirinfo.c90 …{ TIFFTAG_RESOLUTIONUNIT, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_RE…
Dtif_dirwrite.c521 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_RESOLUTIONUNIT,tif->tif_dir.td_resolutionuni… in TIFFWriteDirectorySec()
/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp260 if (TIFFGetField(m_tif_ctx, TIFFTAG_RESOLUTIONUNIT, in LoadFrameInfo()
/external/ImageMagick/coders/
Dtiff.c1514 if (TIFFGetFieldDefaulted(tiff,TIFFTAG_RESOLUTIONUNIT,&units) == 1) in ReadTIFFImage()
3970 (void) TIFFSetField(tiff,TIFFTAG_RESOLUTIONUNIT,(uint16) units); in WriteTIFFImage()