Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dfax.c167 read_info->orientation=TopLeftOrientation; in FaxReadG4()
Dtga.c316 image->orientation=TopLeftOrientation; in ReadTGAImage()
845 if ((image->orientation == TopLeftOrientation) || in WriteTGAImage()
Ddpx.c804 case 0: image->orientation=TopLeftOrientation; break; in ReadDPXImage()
1626 case TopLeftOrientation: dpx.image.orientation=0; break; in WriteDPXImage()
Dcin.c494 case 0: image->orientation=TopLeftOrientation; break; in ReadCINImage()
Dpng.c994 case TopLeftOrientation: in Magick_Orientation_to_Exif_Orientation()
1021 return TopLeftOrientation; in Magick_Orientation_from_Exif_Orientation()
/external/ImageMagick/MagickCore/
Dimage.h79 TopLeftOrientation, enumerator
Dtransform.c113 case TopLeftOrientation: in AutoOrientImage()
156 orient_image->orientation=TopLeftOrientation; in AutoOrientImage()
Doption.c1758 { "TopLeft", TopLeftOrientation, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h885 using MagickCore::TopLeftOrientation;
/external/ImageMagick/Magick++/lib/
DImage.cpp2047 image()->orientation == TopLeftOrientation) in autoOrient()