Searched refs:raise (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 105_Imagick_raiseImage_basic.phpt | 15 $raise = 1; 17 function raiseImage($width, $height, $x, $y, $raise) { 22 $imagick->raiseImage($width, $height, $x, $y, $raise); 27 raiseImage($width, $height, $x, $y, $raise) ;
|
/imagick/ |
H A D | Imagick.stub.php | 615 public function raiseImage(int $width, int $height, int $x, int $y, bool $raise): bool {} argument
|
H A D | Imagick_arginfo.h | 2580 ZEND_ARG_TYPE_INFO(0, raise, _IS_BOOL, 0) 2582 ZEND_ARG_INFO(0, raise)
|
H A D | imagick_class.c | 11070 zend_bool raise; local 11072 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "llllb", &width, &height, &x, &y, &raise) == … 11080 status = MagickRaiseImage(intern->magick_wand, width, height, x, y, raise);
|
Completed in 60 milliseconds