Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dimage.h82 BottomLeftOrientation, enumerator
Dtransform.c131 case BottomLeftOrientation: in AutoOrientImage()
Doption.c1841 { "BottomLeft", BottomLeftOrientation, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/coders/
Dcals.c497 case BottomLeftOrientation: in WriteCALSImage()
Dtga.c313 image->orientation=BottomLeftOrientation; in ReadTGAImage()
317 image->orientation=BottomLeftOrientation; in ReadTGAImage()
Djxl.c165 return BottomLeftOrientation; in JXLOrientationToOrientation()
Ddpx.c800 case 2: image->orientation=BottomLeftOrientation; break; in ReadDPXImage()
1625 case BottomLeftOrientation: dpx.image.orientation=2; break; in WriteDPXImage()
Dcin.c496 case 2: image->orientation=BottomLeftOrientation; break; in ReadCINImage()
Dpng.c1001 case BottomLeftOrientation: in Magick_Orientation_to_Exif_Orientation()
1028 return BottomLeftOrientation; in Magick_Orientation_from_Exif_Orientation()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h917 using MagickCore::BottomLeftOrientation;