Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dtga.c309 image->orientation=TopRightOrientation; in ReadTGAImage()
843 (image->orientation == TopRightOrientation)) in WriteTGAImage()
846 (image->orientation == TopRightOrientation)) in WriteTGAImage()
Dcals.c485 case TopRightOrientation: in WriteCALSImage()
Ddpx.c805 case 1: image->orientation=TopRightOrientation; break; in ReadDPXImage()
1627 case TopRightOrientation: dpx.image.orientation=1; break; in WriteDPXImage()
Dcin.c495 case 1: image->orientation=TopRightOrientation; break; in ReadCINImage()
Dpng.c996 case TopRightOrientation: in Magick_Orientation_to_Exif_Orientation()
1023 return TopRightOrientation; in Magick_Orientation_from_Exif_Orientation()
/external/ImageMagick/MagickCore/
Dimage.h80 TopRightOrientation, enumerator
Dtransform.c119 case TopRightOrientation: in AutoOrientImage()
Doption.c1759 { "TopRight", TopRightOrientation, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h886 using MagickCore::TopRightOrientation;