Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiff.h221 #define TIFFTAG_ORIENTATION 274 /* +image orientation */ macro
Dtif_aux.c189 case TIFFTAG_ORIENTATION: in TIFFVGetFieldDefaulted()
Dtif_dir.c246 case TIFFTAG_ORIENTATION: in _TIFFVSetField()
868 case TIFFTAG_ORIENTATION: in _TIFFVGetField()
Dtif_dirinfo.c66 …{ TIFFTAG_ORIENTATION, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_ORIEN…
Dtif_getimage.c459 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation); in TIFFRGBAImageBegin()
Dtif_dirwrite.c490 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_ORIENTATION,tif->tif_dir.td_orientation)) in TIFFWriteDirectorySec()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp309 Tiff_Exif_GetInfo<FX_WORD>(tif_ctx, TIFFTAG_ORIENTATION, pAttribute); in LoadFrameInfo()
491 TIFFGetField(tif_ctx, TIFFTAG_ORIENTATION, &rotation); in Decode()
/external/ImageMagick/coders/
Dtiff.c1354 if (TIFFGetFieldDefaulted(tiff,TIFFTAG_ORIENTATION,&orientation) == 1) in ReadTIFFImage()
3476 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,ORIENTATION_TOPLEFT); in WriteTIFFImage()
3661 (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,(uint16) image->orientation); in WriteTIFFImage()