Searched refs:setResolution (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | 015-imagickdrawsetresolution.phpt | 2 Test ImagickDraw->setResolution 18 $draw->setResolution(10, 10); 21 $draw->setResolution(300, 300);
|
/imagick/ |
H A D | ImagickDraw.stub.php | 27 public function setResolution(float $resolution_x, float $resolution_y): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1622 ZEND_METHOD(ImagickDraw, setResolution); 1797 ZEND_ME(ImagickDraw, setResolution, arginfo_class_ImagickDraw_setResolution, ZEND_ACC_PUBLIC)
|
H A D | Imagick.stub.php | 1202 public function setResolution(float $x_resolution, float $y_resolution): bool {} function in Imagick
|
H A D | imagickdraw_class.c | 337 PHP_METHOD(ImagickDraw, setResolution) in PHP_METHOD() argument
|
H A D | Imagick_arginfo.h | 5816 ZEND_METHOD(Imagick, setResolution); 6495 ZEND_ME(Imagick, setResolution, arginfo_class_Imagick_setResolution, ZEND_ACC_PUBLIC)
|
H A D | ChangeLog | 433 - Added ImagickDraw::setResolution
|
H A D | imagick_class.c | 12168 PHP_METHOD(Imagick, setResolution) argument
|
Completed in 72 milliseconds