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),
128 extern WandExport OrientationType
Dmagick-image.h276 MagickSetImageOrientation(MagickWand *,const OrientationType),
362 extern WandExport OrientationType
Dmagick-property.c1187 WandExport OrientationType MagickGetOrientation(MagickWand *wand) in MagickGetOrientation()
2531 const OrientationType orientation) in MagickSetOrientation()
Dmagick-image.c5219 WandExport OrientationType MagickGetImageOrientation(MagickWand *wand) in MagickGetImageOrientation()
10194 const OrientationType orientation) in MagickSetImageOrientation()
Doperation.c1154 _image_info->orientation=(OrientationType)parse; in CLISettingOptionInfo()
Dmogrify.c7293 image_info->orientation=(OrientationType) ParseCommandOption( in MogrifyImageInfo()
/external/ImageMagick/MagickCore/
Dimage.h90 } OrientationType; typedef
168 OrientationType
371 OrientationType
Dtransform.h26 *AutoOrientImage(const Image *,const OrientationType,ExceptionInfo *),
Dconstitute.c622 next->orientation=(OrientationType) StringToLong(value); in ReadImage()
Dtransform.c99 const OrientationType orientation,ExceptionInfo *exception) in AutoOrientImage()
Dimage.c3768 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/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/coders/
Dtga.c838 OrientationType in WriteTGAImage()
841 origin=(OrientationType) ParseCommandOption(MagickOrientationOptions, in WriteTGAImage()
Dcals.c272 read_info->orientation=(OrientationType) orientation; in ReadCALSImage()
Dmpc.c571 image->orientation=(OrientationType) orientation; in ReadMPCImage()
Dmiff.c858 image->orientation=(OrientationType) orientation; in ReadMIFFImage()
Dtiff.c1355 image->orientation=(OrientationType) orientation; in ReadTIFFImage()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h354 void orientation(const OrientationType orientation_);
355 OrientationType orientation(void) const;
DInclude.h873 using MagickCore::OrientationType;
/external/ImageMagick/Magick++/lib/
DImage.cpp1217 void Magick::Image::orientation(const Magick::OrientationType orientation_) in orientation()
1223 Magick::OrientationType Magick::Image::orientation(void) const in orientation()
/external/ImageMagick/PerlMagick/
DMagick.xs1786 info->image_info->orientation=(OrientationType) sp; in SetAttribute()
1788 image->orientation=(OrientationType) sp; in SetAttribute()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1786 info->image_info->orientation=(OrientationType) sp;
1788 image->orientation=(OrientationType) sp;