Home
last modified time | relevance | path

Searched refs:end (Results 1 – 3 of 3) sorted by relevance

/imagick/tests/
H A D182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt27 // point, the control point is the first two params, and the end point is the last two params.
35 // and the end point is defined by the x, y values.
42 // and the end point is defined relative from the current position by the x, y values.
H A D183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt27 // point, the control point is the first two params, and the end point is the last two params.
35 // and the end point is defined by the x, y values.
42 // and the end point is defined relative from the current position by the x, y values.
/imagick/
H A Dimagickdraw_class.c231 double ox, oy, rx, ry, start, end; in PHP_METHOD() local
235 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddddd", &ox, &oy, &rx, &ry, &start, &end) =… in PHP_METHOD()
241 DrawEllipse(internd->drawing_wand, ox, oy, rx, ry, start, end); in PHP_METHOD()

Completed in 11 milliseconds