Home
last modified time | relevance | path

Searched refs:OrientationType (Results 1 – 23 of 23) sorted by relevance

/external/ImageMagick/MagickWand/
Dmagick-property.h76 extern WandExport OrientationType
106 MagickSetOrientation(MagickWand *,const OrientationType),
129 extern WandExport OrientationType
Dmagick-image.h278 MagickSetImageOrientation(MagickWand *,const OrientationType),
364 extern WandExport OrientationType
Dmagick-property.c1187 WandExport OrientationType MagickGetOrientation(MagickWand *wand) in MagickGetOrientation()
2531 const OrientationType orientation) in MagickSetOrientation()
Dmagick-image.c5269 WandExport OrientationType MagickGetImageOrientation(MagickWand *wand) in MagickGetImageOrientation()
10244 const OrientationType orientation) in MagickSetImageOrientation()
Doperation.c1157 _image_info->orientation=(OrientationType)parse; in CLISettingOptionInfo()
Dmogrify.c7326 image_info->orientation=(OrientationType) ParseCommandOption( in MogrifyImageInfo()
/external/ImageMagick/MagickCore/
Dimage.h87 } OrientationType; typedef
165 OrientationType
380 OrientationType
Dtransform.h26 *AutoOrientImage(const Image *,const OrientationType,ExceptionInfo *),
Dconstitute.c676 next->orientation=(OrientationType) StringToLong(value); in ReadImage()
Dtransform.c100 const OrientationType orientation,ExceptionInfo *exception) in AutoOrientImage()
Dimage.c4123 image->orientation=(OrientationType) ParseCommandOption( in SyncImageSettings()
/external/eigen/demos/opengl/
Dquaternion_demo.cpp128 template<typename OrientationType>
132 … Quaternionf(lerp(alpha,OrientationType(a.orientation),OrientationType(b.orientation)))); in lerpFrame()
/external/ImageMagick/coders/
Dcals.c273 read_info->orientation=(OrientationType) orientation; in ReadCALSImage()
Dmpc.c599 image->orientation=(OrientationType) orientation; in ReadMPCImage()
Dmiff.c905 image->orientation=(OrientationType) orientation; in ReadMIFFImage()
Dtiff.c1528 image->orientation=(OrientationType) orientation; in ReadTIFFImage()
Dpng.c985 Magick_Orientation_to_Exif_Orientation(const OrientationType orientation) in Magick_Orientation_to_Exif_Orientation()
1015 static OrientationType
/external/eigen/Eigen/src/Geometry/
DTransform.h613 template<typename PositionDerived, typename OrientationType, typename ScaleDerived>
616 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
1128 template<typename PositionDerived, typename OrientationType, typename ScaleDerived>
1131 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale)
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h354 void orientation(const OrientationType orientation_);
355 OrientationType orientation(void) const;
DInclude.h883 using MagickCore::OrientationType;
/external/ImageMagick/Magick++/lib/
DImage.cpp1222 void Magick::Image::orientation(const Magick::OrientationType orientation_) in orientation()
1228 Magick::OrientationType Magick::Image::orientation(void) const in orientation()
/external/ImageMagick/PerlMagick/
DMagick.xs1828 info->image_info->orientation=(OrientationType) sp; in SetAttribute()
1830 image->orientation=(OrientationType) sp; in SetAttribute()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1825 info->image_info->orientation=(OrientationType) sp;
1827 image->orientation=(OrientationType) sp;