Home
last modified time | relevance | path

Searched refs:bezier (Results 1 – 7 of 7) sorted by relevance

/imagick/tests/
H A D173_ImagickDraw_bezier_basic.phpt2 Test ImagickDraw, bezier
12 function bezier($strokeColor, $fillColor, $backgroundColor) {
41 $draw->bezier($points);
62 $draw->bezier($points);
79 bezier($strokeColor, $fillColor, $backgroundColor) ;
H A D182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt26 // 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 D183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt26 // 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 DImagickDraw.stub.php167 public function bezier(array $coordinates): bool {} function in ImagickDraw
H A DImagickDraw_arginfo.h1668 ZEND_METHOD(ImagickDraw, bezier);
1844 ZEND_ME(ImagickDraw, bezier, arginfo_class_ImagickDraw_bezier, ZEND_ACC_PUBLIC)
H A Dphp_imagick_defs.h1026 PHP_METHOD(imagickdraw, bezier);
H A Dimagickdraw_class.c1132 PHP_METHOD(ImagickDraw, bezier) in PHP_METHOD() argument

Completed in 25 milliseconds