Searched refs:arguments (Results 1 – 9 of 9) sorted by relevance
/imagick/tests/ |
H A D | 061_Imagick_distortImage_Barrel.phpt | 14 // The arguments needed for the 'Barrel' distort method. Generally you supply 17 // The optional X,Y arguments provide an optional 'center' for the radial distortion,
|
H A D | 011_polygon.phpt | 2 Test polygon method arguments
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 75 $arguments = array(5, 1, 0.5); 79 $imagick->functionImage(\Imagick::FUNCTION_POLYNOMIAL, $arguments);
|
/imagick/ |
H A D | shim_im6_to_im7.h | 26 …ype channel,const SparseColorMethod method, const size_t number_arguments,const double *arguments); 95 const size_t number_arguments,const double *arguments);
|
H A D | shim_im6_to_im7.c | 351 const size_t number_arguments,const double *arguments) { in MagickFunctionImageChannel() argument 359 status = MagickFunctionImage(wand,function,number_arguments,arguments); in MagickFunctionImageChannel() 801 …pe channel,const SparseColorMethod method, const size_t number_arguments,const double *arguments) { in MagickSparseColorImageChannel() argument 809 status = MagickSparseColorImage(wand, method, number_arguments, arguments); in MagickSparseColorImageChannel()
|
H A D | Imagick.stub.php | 196 public function distortImage(int $distortion, array $arguments, bool $bestfit): bool {} argument 347 array $arguments, argument
|
H A D | imagick_class.c | 1462 double *arguments; in PHP_METHOD() local 1476 arguments = php_imagick_zval_to_double_array(arg_array, &elements TSRMLS_CC); in PHP_METHOD() 1478 if (!arguments) { in PHP_METHOD() 1483 status = MagickDistortImage(intern->magick_wand, distort_method, elements, arguments, bestfit); in PHP_METHOD() 1484 efree(arguments); in PHP_METHOD() 2552 zval *arguments; in PHP_METHOD() local 2555 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "la|l", &sparse_method, &arguments, &channel)… in PHP_METHOD() 2563 double_array = php_imagick_zval_to_double_array(arguments, &num_elements TSRMLS_CC); in PHP_METHOD() 2853 zval *arguments; in PHP_METHOD() local 2857 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "la|l", &func, &arguments, &channel) == FAILU… in PHP_METHOD() [all …]
|
H A D | Imagick_arginfo.h | 833 ZEND_ARG_TYPE_INFO(0, arguments, IS_ARRAY, 0) 835 ZEND_ARG_INFO(0, arguments) 1407 ZEND_ARG_TYPE_INFO(0, arguments, IS_ARRAY, 0) 1409 ZEND_ARG_INFO(0, arguments)
|
H A D | ChangeLog | 689 + Fixed a crash on Windows when no arguments are passed to the Imagick constructor.
|
Completed in 55 milliseconds