Searched refs:bezier (Results 1 – 7 of 7) sorted by relevance
/imagick/tests/ |
H A D | 173_ImagickDraw_bezier_basic.phpt | 2 Test ImagickDraw, bezier 12 function bezier($strokeColor, $fillColor, $backgroundColor) { 41 $draw->bezier($points); 62 $draw->bezier($points); 79 bezier($strokeColor, $fillColor, $backgroundColor) ;
|
H A D | 182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 26 // This specifies a quadratic bezier curve with the current position as the start 33 // This specifies a quadratic bezier curve with the current position as the start 40 // This specifies a quadratic bezier curve with the current position as the start
|
H A D | 183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 26 // This specifies a quadratic bezier curve with the current position as the start 33 // This specifies a quadratic bezier curve with the current position as the start 40 // This specifies a quadratic bezier curve with the current position as the start
|
/imagick/ |
H A D | ImagickDraw.stub.php | 167 public function bezier(array $coordinates): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1668 ZEND_METHOD(ImagickDraw, bezier); 1844 ZEND_ME(ImagickDraw, bezier, arginfo_class_ImagickDraw_bezier, ZEND_ACC_PUBLIC)
|
H A D | php_imagick_defs.h | 1026 PHP_METHOD(imagickdraw, bezier);
|
H A D | imagickdraw_class.c | 1132 PHP_METHOD(ImagickDraw, bezier) in PHP_METHOD() argument
|
Completed in 36 milliseconds