Home | History | Annotate | Download | only in MagickCore

Lines Matching full:rotations

705 %      Image *IntegralRotateImage(const Image *image,size_t rotations,
712 % o rotations: Specifies the number of 90 degree rotations.
715 MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
741 rotations%=4;
742 if (rotations == 0)
744 if ((rotations == 1) || (rotations == 3))
759 switch (rotations)
1745 rotations,
1761 for (rotations=0; angle > 45.0; rotations++)
1763 rotations%=4;
1767 integral_image=IntegralRotateImage(image,rotations,exception);