Searched refs:shear_width (Results 1 – 1 of 1) sorted by relevance
1729 shear_width, in ShearRotateImage() local1771 shear_width=(size_t) floor(fabs((double) bounds.height*shear.x)+ in ShearRotateImage()1773 bounds.x=CastDoubleToLong(floor((double) ((shear_width > bounds.width) ? in ShearRotateImage()1774 width : bounds.width-shear_width+2)/2.0+0.5)); in ShearRotateImage()