Home
last modified time | relevance | path

Searched refs:setStrokeDashArray (Results 1 – 5 of 5) sorted by relevance

/imagick/tests/
H A D216_ImagickDraw_setStrokeDashArray_basic.phpt2 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 D214_ImagickDraw_setStrokeDashOffset_basic.phpt19 $draw->setStrokeDashArray(array(20, 20));
/imagick/
H A DImagickDraw.stub.php378 public function setStrokeDashArray(array $dashes): bool {} function in ImagickDraw
H A DImagickDraw_arginfo.h1739 ZEND_METHOD(ImagickDraw, setStrokeDashArray);
1915 …ZEND_ME(ImagickDraw, setStrokeDashArray, arginfo_class_ImagickDraw_setStrokeDashArray, ZEND_ACC_PU…
H A Dimagickdraw_class.c1611 PHP_METHOD(ImagickDraw, setStrokeDashArray) argument

Completed in 18 milliseconds