Searched refs:setClipRule (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 199_ImagickDraw_setClipRule_basic.phpt | 2 Test ImagickDraw, setClipRule 12 function setClipRule($strokeColor, $fillColor, $backgroundColor) { 25 $draw->setClipRule(\Imagick::FILLRULE_EVENODD); 48 setClipRule($strokeColor, $fillColor, $backgroundColor) ;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 337 public function setClipRule(int $fillrule): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1724 ZEND_METHOD(ImagickDraw, setClipRule); 1900 ZEND_ME(ImagickDraw, setClipRule, arginfo_class_ImagickDraw_setClipRule, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 2509 PHP_METHOD(ImagickDraw, setClipRule) argument
|
Completed in 17 milliseconds