Searched refs:setStrokeLineCap (Results 1 – 5 of 5) sorted by relevance
/imagick/tests/ |
H A D | 218_ImagickDraw_setStrokeLineCap_basic.phpt | 2 Test ImagickDraw, setStrokeLineCap 12 function setStrokeLineCap($strokeColor, $fillColor, $backgroundColor) { 24 $draw->setStrokeLineCap($lineType); 38 setStrokeLineCap($strokeColor, $fillColor, $backgroundColor) ;
|
H A D | 031_Imagick_affineTransformImage_basic.phpt | 40 $draw->setStrokeLineCap(Imagick::LINECAP_SQUARE);
|
/imagick/ |
H A D | ImagickDraw.stub.php | 360 public function setStrokeLineCap(int $linecap): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1732 ZEND_METHOD(ImagickDraw, setStrokeLineCap); 1908 ZEND_ME(ImagickDraw, setStrokeLineCap, arginfo_class_ImagickDraw_setStrokeLineCap, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 2682 PHP_METHOD(ImagickDraw, setStrokeLineCap) argument
|
Completed in 19 milliseconds