Searched refs:setFillRule (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 203_ImagickDraw_setFillRule_basic.phpt | 2 Test ImagickDraw, setFillRule 12 function setFillRule($fillColor, $strokeColor, $backgroundColor) { 28 $draw->setFillRule($fillRules[$x]); 65 setFillRule($fillColor, $strokeColor, $backgroundColor) ;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 350 public function setFillRule(int $fillrule): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1728 ZEND_METHOD(ImagickDraw, setFillRule); 1904 ZEND_ME(ImagickDraw, setFillRule, arginfo_class_ImagickDraw_setFillRule, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 2596 PHP_METHOD(ImagickDraw, setFillRule) argument
|
Completed in 37 milliseconds