Searched refs:spliceImage (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 144_Imagick_spliceImage_basic.phpt | 2 Test Imagick, spliceImage 16 function spliceImage($startX, $startY, $width, $height) { 19 $imagick->spliceImage($width, $height, $startX, $startY); 24 spliceImage($startX, $startY, $width, $height) ;
|
/imagick/ |
H A D | Imagick.stub.php | 692 public function spliceImage(int $width, int $height, int $x, int $y): bool {} function in Imagick
|
H A D | Imagick_arginfo.h | 5608 ZEND_METHOD(Imagick, spliceImage); 6286 ZEND_ME(Imagick, spliceImage, arginfo_class_Imagick_spliceImage, ZEND_ACC_PUBLIC)
|
H A D | imagick_class.c | 10641 PHP_METHOD(Imagick, spliceImage) argument
|
Completed in 45 milliseconds