Searched defs:y_shear (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dshear.c110 % o x_shear, y_shear, width, height: Defines a region of the image to crop.
116 const double x_shear,const double y_shear,
149 extent[i].y+=y_shear*extent[i].x;
1568 % y_shear is measured relative to the X axis. Empty triangles left over from
1579 % const double y_shear,ExceptionInfo *exception)
1585 % o x_shear, y_shear: Specifies the number of degrees to shear the image.
1591 const double y_shear,ExceptionInfo *exception)
1615 if ((y_shear != 0.0) && (fmod(y_shear,90.0) == 0.0))
1624 shear.y=tan(DegreesToRadians(fmod(y_shear,360.
113 CropToFitImage(Image **image, const double x_shear,const double y_shear, const double width,const double height, const MagickBooleanType rotate,ExceptionInfo *exception) argument
1583 ShearImage(const Image *image,const double x_shear, const double y_shear,ExceptionInfo *exception) argument
[all...]
/external/ImageMagick/MagickWand/
H A Dmagick-image.c11122 % y_shear is measured relative to the X axis. Empty triangles left over from
11128 % const PixelWand *background,const double x_shear,const double y_shear)
11138 % o y_shear: the number of degrees to shear the image.
11142 const PixelWand *background,const double x_shear,const double y_shear)
11154 shear_image=ShearImage(wand->images,x_shear,y_shear,wand->exception);
10914 MagickShearImage(MagickWand *wand, const PixelWand *background,const double x_shear,const double y_shear) argument

Completed in 484 milliseconds