Searched refs:setFillAlpha (Results 1 – 4 of 4) sorted by relevance
/imagick/tests/ |
H A D | 201_ImagickDraw_setFillAlpha_basic.phpt | 2 Test ImagickDraw, setFillAlpha 12 function setFillAlpha($strokeColor, $fillColor, $backgroundColor) { 21 @$draw->setFillAlpha(0.4); 33 setFillAlpha($strokeColor, $fillColor, $backgroundColor) ;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 25 public function setFillAlpha(float $alpha): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1621 ZEND_METHOD(ImagickDraw, setFillAlpha); 1796 ZEND_ME(ImagickDraw, setFillAlpha, arginfo_class_ImagickDraw_setFillAlpha, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 411 PHP_METHOD(ImagickDraw, setFillAlpha) in PHP_METHOD() argument
|
Completed in 31 milliseconds