Searched refs:polyline (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | 184_ImagickDraw_polyline_basic.phpt | 2 Test ImagickDraw, polyline 12 function polyline($strokeColor, $fillColor, $backgroundColor) { 28 $draw->polyline($points); 39 polyline($strokeColor, $fillColor, $backgroundColor) ;
|
H A D | bug_71742.phpt | 2 Bug #71742 polyline touched by array_walk 33 $draw->polyline($coordinates); 37 $draw->polyline (array_values($coordinates));
|
H A D | 219_ImagickDraw_setStrokeLineJoin_basic.phpt | 34 $draw->polyline($points);
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 54 $draw->polyline($points);
|
/imagick/ |
H A D | ImagickDraw.stub.php | 308 public function polyline(array $coordinates): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1713 ZEND_METHOD(ImagickDraw, polyline); 1889 ZEND_ME(ImagickDraw, polyline, arginfo_class_ImagickDraw_polyline, ZEND_ACC_PUBLIC)
|
H A D | php_imagick_defs.h | 1071 PHP_METHOD(imagickdraw, polyline);
|
H A D | imagickdraw_class.c | 2264 PHP_METHOD(ImagickDraw, polyline) argument
|
Completed in 32 milliseconds