Home
last modified time | relevance | path

Searched refs:BottomLeftOrientation (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dimage.h82 BottomLeftOrientation, enumerator
Dtransform.c129 case BottomLeftOrientation: in AutoOrientImage()
Doption.c1761 { "BottomLeft", BottomLeftOrientation, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/coders/
Dcals.c497 case BottomLeftOrientation: in WriteCALSImage()
Dtga.c318 image->orientation=BottomLeftOrientation; in ReadTGAImage()
Ddpx.c806 case 2: image->orientation=BottomLeftOrientation; break; in ReadDPXImage()
1628 case BottomLeftOrientation: dpx.image.orientation=2; break; in WriteDPXImage()
Dcin.c496 case 2: image->orientation=BottomLeftOrientation; break; in ReadCINImage()
Dpng.c1000 case BottomLeftOrientation: in Magick_Orientation_to_Exif_Orientation()
1027 return BottomLeftOrientation; in Magick_Orientation_from_Exif_Orientation()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h888 using MagickCore::BottomLeftOrientation;