Searched refs:shear_image (Results 1 - 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dshear.c1562 % ShearImage() creates a new image that is a shear_image copy of an existing
1595 *shear_image;
1649 shear_image=BorderImage(integral_image,&border_info,image->compose,exception);
1651 if (shear_image == (Image *) NULL)
1656 if (shear_image->alpha_trait == UndefinedPixelTrait)
1657 (void) SetImageAlphaChannel(shear_image,OpaqueAlphaChannel,exception);
1658 status=XShearImage(shear_image,shear.x,image->columns,image->rows,bounds.x,
1659 (ssize_t) (shear_image->rows-image->rows)/2,exception);
1662 shear_image=DestroyImage(shear_image);
1588 *shear_image; local
[all...]
H A Ddisplay.c7643 *shear_image;
7670 shear_image=ShearImage(*image,geometry_info.rho,geometry_info.sigma,
7672 if (shear_image != (Image *) NULL)
7675 *image=shear_image;
7621 *shear_image; local
/external/ImageMagick/www/api/
H A Dshear.php117 <p>ShearImage() creates a new image that is a shear_image copy of an existing one. Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image.. ShearImage() allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
/external/ImageMagick/MagickWand/
H A Dmagick-image.c11145 *shear_image;
11154 shear_image=ShearImage(wand->images,x_shear,y_shear,wand->exception);
11155 if (shear_image == (Image *) NULL)
11157 ReplaceImageInList(&wand->images,shear_image);
10918 *shear_image; local
/external/ImageMagick/coders/
H A Dmsl.c6524 *shear_image;
6605 shear_image=ShearImage(msl_info->image[n],geometry_info.rho,
6607 if (shear_image == (Image *) NULL)
6610 msl_info->image[n]=shear_image;
6518 *shear_image; local

Completed in 487 milliseconds