Home
last modified time | relevance | path

Searched refs:polyline (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A D184_ImagickDraw_polyline_basic.phpt2 Test ImagickDraw, polyline
12 function polyline($strokeColor, $fillColor, $backgroundColor) {
28 $draw->polyline($points);
39 polyline($strokeColor, $fillColor, $backgroundColor) ;
H A Dbug_71742.phpt2 Bug #71742 polyline touched by array_walk
33 $draw->polyline($coordinates);
37 $draw->polyline (array_values($coordinates));
H A D219_ImagickDraw_setStrokeLineJoin_basic.phpt34 $draw->polyline($points);
H A D229_Tutorial_fxAnalyzeImage_case1.phpt54 $draw->polyline($points);
/imagick/
H A DImagickDraw.stub.php308 public function polyline(array $coordinates): bool {} function in ImagickDraw
H A DImagickDraw_arginfo.h1713 ZEND_METHOD(ImagickDraw, polyline);
1889 ZEND_ME(ImagickDraw, polyline, arginfo_class_ImagickDraw_polyline, ZEND_ACC_PUBLIC)
H A Dphp_imagick_defs.h1071 PHP_METHOD(imagickdraw, polyline);
H A Dimagickdraw_class.c2264 PHP_METHOD(ImagickDraw, polyline) argument

Completed in 23 milliseconds