Searched refs:TIFFTAG_RESOLUTIONUNIT (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 260 #define TIFFTAG_RESOLUTIONUNIT 296 /* units of resolutions */ macro
|
D | tif_aux.c | 211 case TIFFTAG_RESOLUTIONUNIT: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 345 case TIFFTAG_RESOLUTIONUNIT: in _TIFFVSetField() 986 case TIFFTAG_RESOLUTIONUNIT: in _TIFFVGetField()
|
D | tif_dirinfo.c | 90 …{ TIFFTAG_RESOLUTIONUNIT, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_RE…
|
D | tif_dirwrite.c | 521 …if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_RESOLUTIONUNIT,tif->tif_dir.td_resolutionuni… in TIFFWriteDirectorySec()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_tiffmodule.cpp | 260 if (TIFFGetField(m_tif_ctx, TIFFTAG_RESOLUTIONUNIT, in LoadFrameInfo()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1514 if (TIFFGetFieldDefaulted(tiff,TIFFTAG_RESOLUTIONUNIT,&units) == 1) in ReadTIFFImage() 3970 (void) TIFFSetField(tiff,TIFFTAG_RESOLUTIONUNIT,(uint16) units); in WriteTIFFImage()
|