Searched refs:ExpandRotateKernelInfo (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | morphology.c | 114 ExpandRotateKernelInfo(KernelInfo *, const double), 364 ExpandRotateKernelInfo(kernel, 45.0); /* cyclic rotate 3x3 kernels */ in ParseKernelArray() 366 ExpandRotateKernelInfo(kernel, 90.0); /* 90 degree rotate of kernel */ in ParseKernelArray() 476 ExpandRotateKernelInfo(kernel, 45.0); in ParseKernelName() 478 ExpandRotateKernelInfo(kernel, 90.0); in ParseKernelName() 1763 ExpandRotateKernelInfo(kernel, 90.0); /* Expand 90 degree rotations */ in AcquireKernelBuiltIn() 1873 ExpandRotateKernelInfo(kernel, 90.0); /* 2 rotated kernels (symmetrical) */ in AcquireKernelBuiltIn() 1880 ExpandRotateKernelInfo(kernel, 90.0); /* 4 rotated kernels */ in AcquireKernelBuiltIn() 1938 ExpandRotateKernelInfo(kernel, 90.0); in AcquireKernelBuiltIn() 1944 ExpandRotateKernelInfo(new_kernel, 90.0); in AcquireKernelBuiltIn() [all …]
|