Searched refs:reference (Results 1 – 6 of 6) sorted by relevance
/imagick/tests/ |
H A D | bug_73840.phpt | 7 …t is going out of scope and being freed, but the row object still has a reference to that pixel it…
|
/imagick/ |
H A D | shim_im6_to_im7.h | 10 const MagickWand *reference, 71 const MagickWand *reference,const ChannelType channel,const MetricType metric,
|
H A D | shim_im6_to_im7.c | 216 MagickWand *MagickCompareImageChannels(MagickWand *wand, const MagickWand *reference, const Channel… in MagickCompareImageChannels() argument 225 tmp_wand = MagickCompareImages(wand, reference, metric, distortion); in MagickCompareImageChannels() 479 const MagickWand *reference,const ChannelType channel,const MetricType metric, in MagickGetImageChannelDistortion() argument 488 status = MagickGetImageDistortion(wand, reference, metric, distortion); in MagickGetImageChannelDistortion()
|
H A D | Imagick.stub.php | 787 public function compareImageChannels(Imagick $reference, int $channel, int $metric): array {} argument 789 public function compareImages(Imagick $reference, int $metric): array {} argument 868 …public function getImageChannelDistortion(Imagick $reference, int $channel, int $metric): float {} argument 893 public function getImageDistortion(Imagick $reference, int $metric): float {} argument
|
H A D | ChangeLog | 57 …* FILTER_CUBIC_SPLINE - "Define the lobes with the -define filter:lobes={2,3,4} (reference https:/… 128 …* Corrected reference of constants. Imagick::METRIC_MEANERRORPERPIXELMETRIC from MeanErrorPerPixel… 157 * Bug 71742 - arrays that contain data that is held by reference gives error.
|
H A D | Imagick_arginfo.h | 3403 ZEND_ARG_OBJ_INFO(0, reference, Imagick, 0) 3425 ZEND_ARG_OBJ_INFO(0, reference, Imagick, 0) 3691 ZEND_ARG_OBJ_INFO(0, reference, Imagick, 0) 3770 ZEND_ARG_OBJ_INFO(0, reference, Imagick, 0)
|
Completed in 33 milliseconds