Home
last modified time | relevance | path

Searched refs:TIFFTAG_ORIENTATION (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp261 Tiff_Exif_GetInfo<uint16_t>(m_tif_ctx.get(), TIFFTAG_ORIENTATION, pAttribute); in LoadFrameInfo()
455 TIFFGetField(m_tif_ctx.get(), TIFFTAG_ORIENTATION, &rotation); in Decode()
/external/pdfium/third_party/libtiff/
Dtiff.h223 #define TIFFTAG_ORIENTATION 274 /* +image orientation */ macro
Dtif_aux.c227 case TIFFTAG_ORIENTATION: in TIFFVGetFieldDefaulted()
Dtif_dir.c260 case TIFFTAG_ORIENTATION: in _TIFFVSetField()
944 case TIFFTAG_ORIENTATION: in _TIFFVGetField()
Dtif_dirinfo.c72 …{ TIFFTAG_ORIENTATION, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_ORIEN…
Dtif_getimage.c479 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation); in TIFFRGBAImageBegin()
Dtif_dirwrite.c533 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_ORIENTATION,tif->tif_dir.td_orientation)) in TIFFWriteDirectorySec()
/external/ImageMagick/coders/
Dtiff.c1514 if (TIFFGetFieldDefaulted(tiff,TIFFTAG_ORIENTATION,&orientation,sans) == 1) in ReadTIFFImage()
3900 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,(uint16) image->orientation); in WriteTIFFImage()
3902 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,ORIENTATION_TOPLEFT); in WriteTIFFImage()