Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtga.c326 image->orientation=TopRightOrientation; in ReadTGAImage()
844 (image->orientation == TopRightOrientation)) in WriteTGAImage()
848 (image->orientation == TopRightOrientation)) in WriteTGAImage()
Dcals.c485 case TopRightOrientation: in WriteCALSImage()
Ddpx.c798 case 1: image->orientation=TopRightOrientation; break; in ReadDPXImage()
1617 case TopRightOrientation: dpx.image.orientation=1; break; in WriteDPXImage()
Dcin.c495 case 1: image->orientation=TopRightOrientation; break; in ReadCINImage()
Dpng.c997 case TopRightOrientation: in Magick_Orientation_to_Exif_Orientation()
1024 return TopRightOrientation; in Magick_Orientation_from_Exif_Orientation()
/external/ImageMagick/MagickCore/
Dimage.h80 TopRightOrientation, enumerator
Dtransform.c119 case TopRightOrientation: in AutoOrientImage()
Doption.c1762 { "TopRight", TopRightOrientation, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h897 using MagickCore::TopRightOrientation;