Searched defs:rotate_image (Results 1 - 10 of 10) sorted by relevance

/external/ImageMagick/coders/
H A Dpcd.c817 *rotate_image;
823 rotate_image=RotateImage(image,degrees,exception);
824 if (rotate_image != (Image *) NULL)
827 image=rotate_image;
1102 *rotate_image;
1107 rotate_image=RotateImage(image,90.0,exception);
1108 if (rotate_image == (Image *) NULL)
1110 pcd_image=rotate_image;
812 *rotate_image; local
1094 *rotate_image; local
H A Dwpg.c1203 *rotate_image;
1205 rotate_image=RotateImage(image,(BitmapHeader2.RotAngle &
1207 if (rotate_image != (Image *) NULL) {
1208 DuplicateBlob(rotate_image,image);
1210 AppendImageToList(&image,rotate_image);
1198 *rotate_image; local
H A Dmat.c604 *rotate_image;
762 rotate_image=RotateImage(image,90.0,exception);
763 if (rotate_image != (Image *) NULL)
766 image=rotate_image;
602 *rotate_image; local
H A Dmsl.c1760 *rotate_image;
1825 rotate_image=NewImageList();
1991 rotate_image=RotateImage(composite_image,
2014 if (rotate_image != (Image *) NULL)
2015 (void) SetImageArtifact(rotate_image,
2026 if (rotate_image != (Image *) NULL)
2027 (void) CompositeImage(image,rotate_image,compose,
2033 if (rotate_image != (Image *) NULL)
2034 rotate_image=DestroyImage(rotate_image);
1754 *rotate_image; local
5624 *rotate_image; local
[all...]
/external/ImageMagick/MagickCore/
H A Dshear.c725 *rotate_image;
745 rotate_image=CloneImage(image,image->rows,image->columns,MagickTrue,
748 rotate_image=CloneImage(image,image->columns,image->rows,MagickTrue,
750 if (rotate_image == (Image *) NULL)
758 rotate_view=AcquireAuthenticCacheView(rotate_image,exception);
829 (rotate_image->columns-(tile_y+height)),y+tile_x,height,1,
845 q+=GetPixelChannels(rotate_image);
852 PixelTrait rotate_traits=GetPixelChannelTraits(rotate_image,
857 SetPixelChannel(rotate_image,channel,tile_pixels[i],q);
860 q+=GetPixelChannels(rotate_image);
721 *rotate_image; local
1720 *rotate_image; local
[all...]
H A Ddistort.c2808 *rotate_image;
2843 rotate_image=DistortImage(distort_image,ScaleRotateTranslateDistortion,1,
2846 return(rotate_image);
2801 *rotate_image; local
H A Dfx.c3998 *rotate_image, local
4096 rotate_image=RotateImage(picture_image,90.0,exception);
4098 if (rotate_image == (Image *) NULL)
4100 picture_image=rotate_image;
4107 rotate_image=RotateImage(picture_image,-90.0,exception);
4109 if (rotate_image == (Image *) NULL)
4111 picture_image=rotate_image;
4133 rotate_image=RotateImage(polaroid_image,angle,exception);
4135 if (rotate_image == (Image *) NULL)
4137 polaroid_image=rotate_image;
[all...]
H A Dxwindow.c643 *rotate_image;
654 rotate_image=RotateImage(annotate_image,annotate_info->degrees,exception);
655 if (rotate_image == (Image *) NULL)
658 annotate_image=rotate_image;
2558 *rotate_image;
2569 rotate_image=RotateImage(draw_image,draw_info->degrees,exception);
2570 if (rotate_image == (Image *) NULL)
2573 draw_image=rotate_image;
637 *rotate_image; local
2535 *rotate_image; local
H A Ddisplay.c12092 *rotate_image;
12448 rotate_image=RotateImage(*image,degrees,exception);
12450 if (rotate_image == (Image *) NULL)
12453 *image=rotate_image;
12060 *rotate_image; local
/external/ImageMagick/MagickWand/
H A Dmagick-image.c8807 *rotate_image;
8816 rotate_image=RotateImage(wand->images,degrees,wand->exception);
8817 if (rotate_image == (Image *) NULL)
8819 ReplaceImageInList(&wand->images,rotate_image);
8632 *rotate_image; local

Completed in 258 milliseconds