Home
last modified time | relevance | path

Searched refs:raiseImage (Results 1 – 4 of 4) sorted by relevance

/imagick/tests/
H A D105_Imagick_raiseImage_basic.phpt2 Test Imagick, raiseImage
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 DImagick.stub.php615 public function raiseImage(int $width, int $height, int $x, int $y, bool $raise): bool {} function in Imagick
H A DImagick_arginfo.h5572 ZEND_METHOD(Imagick, raiseImage);
6250 ZEND_ME(Imagick, raiseImage, arginfo_class_Imagick_raiseImage, ZEND_ACC_PUBLIC)
H A Dimagick_class.c11065 PHP_METHOD(Imagick, raiseImage) argument

Completed in 69 milliseconds