Home
last modified time | relevance | path

Searched refs:distortion (Results 1 – 20 of 20) sorted by relevance

/imagick/tests/
H A D062_Imagick_distortImage_BarrelInverse.phpt11 $distortion = 1;
14 // This equation does NOT produce the 'reverse' the 'Barrel' distortion.
15 // You can NOT use it to 'undo' the previous distortion.
H A D056_Imagick_distortImage_Perspective.phpt12 $distortion = 1;
29 /* Control points for the distortion */
42 /* Perform the distortion */
H A D061_Imagick_distortImage_Barrel.phpt11 $distortion = 1;
17 // The optional X,Y arguments provide an optional 'center' for the radial distortion,
H A D060_Imagick_distortImage_Polar.phpt11 $distortion = 1;
H A D055_Imagick_distortImage_ScaleRotateTransform.phpt11 $distortion = 1;
H A D050_Imagick_distortImage_Affine.phpt11 $distortion = 1;
H A D051_Imagick_distortImage_Projection.phpt11 $distortion = 1;
H A D053_Imagick_distortImage_RotatedArc.phpt11 $distortion = 1;
H A D059_Imagick_distortImage_Polar.phpt11 $distortion = 1;
H A D054_Imagick_distortImage_Bilinear.phpt11 $distortion = 1;
H A D057_Imagick_distortImage_PerspectiveProjection.phpt11 $distortion = 1;
H A D052_Imagick_distortImage_Arc.phpt11 $distortion = 1;
H A D058_Imagick_distortImage_Polynomial.phpt11 $distortion = 1;
H A D063_Imagick_distortImage_Shepards.phpt11 $distortion = 1;
/imagick/
H A Dshim_im6_to_im7.h13 double *distortion
72 double *distortion);
H A Dshim_im6_to_im7.c216 …st MagickWand *reference, const ChannelType channel, const MetricType metric, double *distortion) { in MagickCompareImageChannels() argument
225 tmp_wand = MagickCompareImages(wand, reference, metric, distortion); in MagickCompareImageChannels()
480 double *distortion) { in MagickGetImageChannelDistortion() argument
488 status = MagickGetImageDistortion(wand, reference, metric, distortion); in MagickGetImageChannelDistortion()
H A Dimagick_class.c2288 double distortion; in PHP_METHOD() local
2311 RETVAL_DOUBLE(distortion); in PHP_METHOD()
6700 double distortion; local
6722 RETVAL_DOUBLE(distortion);
7041 double distortion; local
7063 RETVAL_DOUBLE(distortion);
9119 double distortion; local
9161 add_next_index_double(return_value, distortion);
9450 double distortion; local
9479 …d = MagickCompareImages(intern->magick_wand, intern_second->magick_wand, metric_type, &distortion);
[all …]
H A DImagick.stub.php196 public function distortImage(int $distortion, array $arguments, bool $bestfit): bool {} argument
H A DImagick_arginfo.h827 ZEND_ARG_TYPE_INFO(0, distortion, IS_LONG, 0)
829 ZEND_ARG_INFO(0, distortion)
H A DChangeLog543 - Added distortion and alphachannel constants

Completed in 65 milliseconds