Searched refs:distortion (Results 1 – 20 of 20) sorted by relevance
/imagick/tests/ |
H A D | 062_Imagick_distortImage_BarrelInverse.phpt | 11 $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 D | 056_Imagick_distortImage_Perspective.phpt | 12 $distortion = 1; 29 /* Control points for the distortion */ 42 /* Perform the distortion */
|
H A D | 061_Imagick_distortImage_Barrel.phpt | 11 $distortion = 1; 17 // The optional X,Y arguments provide an optional 'center' for the radial distortion,
|
H A D | 060_Imagick_distortImage_Polar.phpt | 11 $distortion = 1;
|
H A D | 055_Imagick_distortImage_ScaleRotateTransform.phpt | 11 $distortion = 1;
|
H A D | 050_Imagick_distortImage_Affine.phpt | 11 $distortion = 1;
|
H A D | 051_Imagick_distortImage_Projection.phpt | 11 $distortion = 1;
|
H A D | 053_Imagick_distortImage_RotatedArc.phpt | 11 $distortion = 1;
|
H A D | 059_Imagick_distortImage_Polar.phpt | 11 $distortion = 1;
|
H A D | 054_Imagick_distortImage_Bilinear.phpt | 11 $distortion = 1;
|
H A D | 057_Imagick_distortImage_PerspectiveProjection.phpt | 11 $distortion = 1;
|
H A D | 052_Imagick_distortImage_Arc.phpt | 11 $distortion = 1;
|
H A D | 058_Imagick_distortImage_Polynomial.phpt | 11 $distortion = 1;
|
H A D | 063_Imagick_distortImage_Shepards.phpt | 11 $distortion = 1;
|
/imagick/ |
H A D | shim_im6_to_im7.h | 13 double *distortion 72 double *distortion);
|
H A D | shim_im6_to_im7.c | 216 …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 D | imagick_class.c | 2288 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 D | Imagick.stub.php | 196 public function distortImage(int $distortion, array $arguments, bool $bestfit): bool {} argument
|
H A D | Imagick_arginfo.h | 827 ZEND_ARG_TYPE_INFO(0, distortion, IS_LONG, 0) 829 ZEND_ARG_INFO(0, distortion)
|
H A D | ChangeLog | 543 - Added distortion and alphachannel constants
|
Completed in 69 milliseconds