Searched refs:displace (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 112_Imagick_roundCorners_basic.phpt | 24 $displace = 0; 31 $displace,
|
/imagick/ |
H A D | Imagick.stub.php | 86 float $displace = 5, argument 98 float $displace = 5, argument 798 public function cycleColormapImage(int $displace): bool {} argument
|
H A D | Imagick_arginfo.h | 430 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, displace, IS_DOUBLE, 0, "5") 432 ZEND_ARG_INFO(0, displace) 3489 ZEND_ARG_TYPE_INFO(0, displace, IS_LONG, 0) 3491 ZEND_ARG_INFO(0, displace)
|
H A D | imagick_class.c | 563 double stroke_width = 10, displace = 5, correction = -6; in PHP_METHOD() local 566 …M_ARGS() TSRMLS_CC, "dd|ddd", &x_rounding, &y_rounding, &stroke_width, &displace, &correction) == … in PHP_METHOD() 654 …DrawRoundRectangle(draw, displace, displace, image_width + correction, image_height + correction, … in PHP_METHOD() 6137 im_long displace; local 6141 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &displace) == FAILURE) { 6149 status = MagickCycleColormapImage(intern->magick_wand, displace);
|
Completed in 56 milliseconds