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), 129 extern WandExport OrientationType
|
D | magick-image.h | 278 MagickSetImageOrientation(MagickWand *,const OrientationType), 364 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 | 5269 WandExport OrientationType MagickGetImageOrientation(MagickWand *wand) in MagickGetImageOrientation() 10244 const OrientationType orientation) in MagickSetImageOrientation()
|
D | operation.c | 1157 _image_info->orientation=(OrientationType)parse; in CLISettingOptionInfo()
|
D | mogrify.c | 7326 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 | 676 next->orientation=(OrientationType) StringToLong(value); in ReadImage()
|
D | transform.c | 100 const OrientationType orientation,ExceptionInfo *exception) in AutoOrientImage()
|
D | image.c | 4123 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 | mpc.c | 599 image->orientation=(OrientationType) orientation; in ReadMPCImage()
|
D | miff.c | 905 image->orientation=(OrientationType) orientation; in ReadMIFFImage()
|
D | tiff.c | 1528 image->orientation=(OrientationType) orientation; in ReadTIFFImage()
|
D | png.c | 985 Magick_Orientation_to_Exif_Orientation(const OrientationType orientation) in Magick_Orientation_to_Exif_Orientation() 1015 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 | 883 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 | 1828 info->image_info->orientation=(OrientationType) sp; in SetAttribute() 1830 image->orientation=(OrientationType) sp; in SetAttribute()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 1825 info->image_info->orientation=(OrientationType) sp; 1827 image->orientation=(OrientationType) sp;
|