Searched refs:OrientationType (Results 1 – 23 of 23) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | magick-property.h | 76 extern WandExport OrientationType 106 MagickSetOrientation(MagickWand *,const OrientationType), 128 extern WandExport OrientationType
|
D | magick-image.h | 276 MagickSetImageOrientation(MagickWand *,const OrientationType), 362 extern WandExport OrientationType
|
D | magick-property.c | 1187 WandExport OrientationType MagickGetOrientation(MagickWand *wand) in MagickGetOrientation() 2531 const OrientationType orientation) in MagickSetOrientation()
|
D | magick-image.c | 5219 WandExport OrientationType MagickGetImageOrientation(MagickWand *wand) in MagickGetImageOrientation() 10194 const OrientationType orientation) in MagickSetImageOrientation()
|
D | operation.c | 1154 _image_info->orientation=(OrientationType)parse; in CLISettingOptionInfo()
|
D | mogrify.c | 7293 image_info->orientation=(OrientationType) ParseCommandOption( in MogrifyImageInfo()
|
/external/ImageMagick/MagickCore/ |
D | image.h | 90 } OrientationType; typedef 168 OrientationType 371 OrientationType
|
D | transform.h | 26 *AutoOrientImage(const Image *,const OrientationType,ExceptionInfo *),
|
D | constitute.c | 622 next->orientation=(OrientationType) StringToLong(value); in ReadImage()
|
D | transform.c | 99 const OrientationType orientation,ExceptionInfo *exception) in AutoOrientImage()
|
D | image.c | 3768 image->orientation=(OrientationType) ParseCommandOption( in SyncImageSettings()
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 128 template<typename OrientationType> 132 … Quaternionf(lerp(alpha,OrientationType(a.orientation),OrientationType(b.orientation)))); in lerpFrame()
|
/external/ImageMagick/coders/ |
D | cals.c | 272 read_info->orientation=(OrientationType) orientation; in ReadCALSImage()
|
D | tga.c | 838 OrientationType in WriteTGAImage() 841 origin=(OrientationType) ParseCommandOption(MagickOrientationOptions, in WriteTGAImage()
|
D | mpc.c | 571 image->orientation=(OrientationType) orientation; in ReadMPCImage()
|
D | miff.c | 858 image->orientation=(OrientationType) orientation; in ReadMIFFImage()
|
D | tiff.c | 1355 image->orientation=(OrientationType) orientation; in ReadTIFFImage()
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 613 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++/ |
D | Image.h | 354 void orientation(const OrientationType orientation_); 355 OrientationType orientation(void) const;
|
D | Include.h | 873 using MagickCore::OrientationType;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 1217 void Magick::Image::orientation(const Magick::OrientationType orientation_) in orientation() 1223 Magick::OrientationType Magick::Image::orientation(void) const in orientation()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1786 info->image_info->orientation=(OrientationType) sp; in SetAttribute() 1788 image->orientation=(OrientationType) sp; in SetAttribute()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1786 info->image_info->orientation=(OrientationType) sp; 1788 image->orientation=(OrientationType) sp;
|