Lines Matching refs:distortion
2288 double distortion; in PHP_METHOD() local
2304 …hannelDistortion(intern->magick_wand, intern_reference->magick_wand, channel, metric, &distortion); in PHP_METHOD()
2311 RETVAL_DOUBLE(distortion); in PHP_METHOD()
6700 double distortion; local
6715 …istortion(intern->magick_wand, intern_second->magick_wand, channel_type, metric_type, &distortion);
6722 RETVAL_DOUBLE(distortion);
7041 double distortion; local
7056 …agickGetImageDistortion(intern->magick_wand, intern_second->magick_wand, metric_type, &distortion);
7063 RETVAL_DOUBLE(distortion);
9119 double distortion; local
9141 …eChannels(intern->magick_wand, intern_second->magick_wand, channel_type, metric_type, &distortion);
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);
9491 add_next_index_double(return_value, distortion);