Searched refs:distort_args (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | distort.c | 1558 distort_args[12]; in DistortResizeImage() local 1576 (void) memset(distort_args,0,sizeof(distort_args)); in DistortResizeImage() 1577 distort_args[4]=(double) image->columns; in DistortResizeImage() 1578 distort_args[6]=(double) columns; in DistortResizeImage() 1579 distort_args[9]=(double) image->rows; in DistortResizeImage() 1580 distort_args[11]=(double) rows; in DistortResizeImage() 1596 resize_image=DistortImage(tmp_image,AffineDistortion,12,distort_args, in DistortResizeImage() 1617 resize_alpha=DistortImage(tmp_image,AffineDistortion,12,distort_args, in DistortResizeImage() 1629 resize_image=DistortImage(tmp_image,AffineDistortion,12,distort_args, in DistortResizeImage()
|