Searched refs:TIFFTAG_ORIENTATION (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tiff.h | 221 #define TIFFTAG_ORIENTATION 274 /* +image orientation */ macro
|
D | tif_aux.c | 189 case TIFFTAG_ORIENTATION: in TIFFVGetFieldDefaulted()
|
D | tif_dir.c | 246 case TIFFTAG_ORIENTATION: in _TIFFVSetField() 868 case TIFFTAG_ORIENTATION: in _TIFFVGetField()
|
D | tif_dirinfo.c | 66 …{ TIFFTAG_ORIENTATION, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UNDEFINED, FIELD_ORIEN…
|
D | tif_getimage.c | 459 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation); in TIFFRGBAImageBegin()
|
D | tif_dirwrite.c | 490 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_ORIENTATION,tif->tif_dir.td_orientation)) in TIFFWriteDirectorySec()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_tiff.cpp | 309 Tiff_Exif_GetInfo<FX_WORD>(tif_ctx, TIFFTAG_ORIENTATION, pAttribute); in LoadFrameInfo() 491 TIFFGetField(tif_ctx, TIFFTAG_ORIENTATION, &rotation); in Decode()
|
/external/ImageMagick/coders/ |
D | tiff.c | 1354 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()
|