Home
last modified time | relevance | path

Searched refs:shear_width (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dshear.c1738 shear_width, in ShearRotateImage() local
1780 shear_width=(size_t) floor(fabs((double) bounds.height*shear.x)+ in ShearRotateImage()
1782 bounds.x=(ssize_t) floor((double) ((shear_width > bounds.width) ? width : in ShearRotateImage()
1783 bounds.width-shear_width+2)/2.0+0.5); in ShearRotateImage()