Home
last modified time | relevance | path

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

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