Searched refs:setStrokeDashArray (Results 1 – 5 of 5) sorted by relevance
/imagick/tests/ |
H A D | 216_ImagickDraw_setStrokeDashArray_basic.phpt | 2 Test ImagickDraw, setStrokeDashArray 12 function setStrokeDashArray($strokeColor, $fillColor, $backgroundColor) { 20 $draw->setStrokeDashArray(array(10, 10)); 23 $draw->setStrokeDashArray(array(20, 5, 20, 5, 5, 5,)); 26 $draw->setStrokeDashArray(array(20, 5, 20, 5, 5)); 29 …$draw->setStrokeDashArray(array(1, 1, 1, 1, 2, 2, 3, 3, 5, 5, 8, 8, 13, 13, 21, 21, 34, 34, 55, 55… 42 setStrokeDashArray($strokeColor, $fillColor, $backgroundColor) ;
|
H A D | 214_ImagickDraw_setStrokeDashOffset_basic.phpt | 19 $draw->setStrokeDashArray(array(20, 20));
|
/imagick/ |
H A D | ImagickDraw.stub.php | 378 public function setStrokeDashArray(array $dashes): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1739 ZEND_METHOD(ImagickDraw, setStrokeDashArray); 1915 …ZEND_ME(ImagickDraw, setStrokeDashArray, arginfo_class_ImagickDraw_setStrokeDashArray, ZEND_ACC_PU…
|
H A D | imagickdraw_class.c | 1611 PHP_METHOD(ImagickDraw, setStrokeDashArray) argument
|
Completed in 28 milliseconds