Searched defs:x_shear (Results 1 - 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | shear.c | 102 % const double x_shear,const double x_shear, 110 % o x_shear, y_shear, width, height: Defines a region of the image to crop. 116 const double x_shear,const double y_shear, 148 extent[i].x+=x_shear*extent[i].y; 151 extent[i].x+=x_shear*extent[i].y; 1566 % the shear is controlled by a shear angle. For X direction shears, x_shear 1578 % Image *ShearImage(const Image *image,const double x_shear, 1585 % o x_shear, y_shear: Specifies the number of degrees to shear the image. 1590 MagickExport Image *ShearImage(const Image *image,const double x_shear, 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 D | magick-image.c | 11120 % of the shear is controlled by a shear angle. For X direction shears, x_shear 11128 % const PixelWand *background,const double x_shear,const double y_shear) 11136 % o x_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 101 milliseconds