Home
last modified time | relevance | path

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

/imagick/tests/
H A D144_Imagick_spliceImage_basic.phpt2 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 DImagick.stub.php692 public function spliceImage(int $width, int $height, int $x, int $y): bool {} function in Imagick
H A DImagick_arginfo.h5608 ZEND_METHOD(Imagick, spliceImage);
6286 ZEND_ME(Imagick, spliceImage, arginfo_class_Imagick_spliceImage, ZEND_ACC_PUBLIC)
H A Dimagick_class.c10641 PHP_METHOD(Imagick, spliceImage) argument

Completed in 48 milliseconds