Searched refs:OrientationType (Results 1 – 24 of 24) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | magick-property.h | 76 extern WandExport OrientationType 106 MagickSetOrientation(MagickWand *,const OrientationType), 129 extern WandExport OrientationType
|
D | magick-image.h | 294 MagickSetImageOrientation(MagickWand *,const OrientationType), 385 extern WandExport OrientationType
|
D | magick-property.c | 1166 WandExport OrientationType MagickGetOrientation(MagickWand *wand) in MagickGetOrientation() 2489 const OrientationType orientation) in MagickSetOrientation()
|
D | magick-image.c | 5566 WandExport OrientationType MagickGetImageOrientation(MagickWand *wand) in MagickGetImageOrientation() 10957 const OrientationType orientation) in MagickSetImageOrientation()
|
D | operation.c | 1173 _image_info->orientation=(OrientationType)parse; in CLISettingOptionInfo()
|
D | mogrify.c | 7479 image_info->orientation=(OrientationType) ParseCommandOption( in MogrifyImageInfo()
|
/external/ImageMagick/MagickCore/ |
D | image.h | 87 } OrientationType; typedef 165 OrientationType 380 OrientationType
|
D | transform.h | 26 *AutoOrientImage(const Image *,const OrientationType,ExceptionInfo *),
|
D | constitute.c | 702 next->orientation=(OrientationType) StringToLong(value); in ReadImage()
|
D | transform.c | 102 const OrientationType orientation,ExceptionInfo *exception) in AutoOrientImage()
|
D | image.c | 4130 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 | 273 read_info->orientation=(OrientationType) orientation; in ReadCALSImage()
|
D | jxl.c | 152 static inline OrientationType JXLOrientationToOrientation( in JXLOrientationToOrientation()
|
D | mpc.c | 609 image->orientation=(OrientationType) orientation; in ReadMPCImage()
|
D | miff.c | 898 image->orientation=(OrientationType) orientation; in ReadMIFFImage()
|
D | tiff.c | 1515 image->orientation=(OrientationType) orientation; in ReadTIFFImage()
|
D | png.c | 986 Magick_Orientation_to_Exif_Orientation(const OrientationType orientation) in Magick_Orientation_to_Exif_Orientation() 1016 static OrientationType
|
/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 | 912 using MagickCore::OrientationType;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 1222 void Magick::Image::orientation(const Magick::OrientationType orientation_) in orientation() 1228 Magick::OrientationType Magick::Image::orientation(void) const in orientation()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 1838 info->image_info->orientation=(OrientationType) sp; in SetAttribute() 1840 image->orientation=(OrientationType) sp; in SetAttribute()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1835 info->image_info->orientation=(OrientationType) sp; 1837 image->orientation=(OrientationType) sp;
|