Searched refs:raiseImage (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 105_Imagick_raiseImage_basic.phpt | 2 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 D | Imagick.stub.php | 615 public function raiseImage(int $width, int $height, int $x, int $y, bool $raise): bool {} function in Imagick
|
H A D | Imagick_arginfo.h | 5572 ZEND_METHOD(Imagick, raiseImage); 6250 ZEND_ME(Imagick, raiseImage, arginfo_class_Imagick_raiseImage, ZEND_ACC_PUBLIC)
|
H A D | imagick_class.c | 11065 PHP_METHOD(Imagick, raiseImage) argument
|
Completed in 82 milliseconds