Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dimage.h85 RightBottomOrientation, enumerator
Dtransform.c144 case RightBottomOrientation: in AutoOrientImage()
Doption.c1767 { "RightBottom", RightBottomOrientation, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/coders/
Dcals.c513 case RightBottomOrientation: in WriteCALSImage()
Ddpx.c804 case 7: image->orientation=RightBottomOrientation; break; in ReadDPXImage()
1623 case RightBottomOrientation: dpx.image.orientation=7; break; in WriteDPXImage()
Dcin.c501 case 7: image->orientation=RightBottomOrientation; break; in ReadCINImage()
Dpng.c1007 case RightBottomOrientation: in Magick_Orientation_to_Exif_Orientation()
1034 return RightBottomOrientation; in Magick_Orientation_from_Exif_Orientation()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h902 using MagickCore::RightBottomOrientation;