Home
last modified time | relevance | path

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

/imagick/tests/
H A D041_Imagick_chopImage_basic.phpt2 Test Imagick, chopImage
16 function chopImage($startX, $startY, $width, $height) {
19 $imagick->chopImage($width, $height, $startX, $startY);
24 chopImage($startX, $startY, $width, $height) ;
/imagick/
H A DImagick.stub.php756 public function chopImage(int $width, int $height, int $x, int $y): bool {} function in Imagick
H A DImagick_arginfo.h5633 ZEND_METHOD(Imagick, chopImage);
6311 ZEND_ME(Imagick, chopImage, arginfo_class_Imagick_chopImage, ZEND_ACC_PUBLIC)
H A Dimagick_class.c4186 PHP_METHOD(Imagick, chopImage) in PHP_METHOD() argument

Completed in 59 milliseconds